You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2017/10/10 08:12:54 UTC

[opennlp] branch master updated: OPENNLP-1142: Add an annotation to mark unstable APIs

This is an automated email from the ASF dual-hosted git repository.

joern pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/master by this push:
     new 1dbc6ca  OPENNLP-1142: Add an annotation to mark unstable APIs
1dbc6ca is described below

commit 1dbc6cab06e5ddc41afb629330565097a519004f
Author: Jörn Kottmann <jo...@apache.org>
AuthorDate: Mon Oct 9 15:29:08 2017 +0200

    OPENNLP-1142: Add an annotation to mark unstable APIs
---
 .../java/opennlp/tools/util/java/Experimental.java | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/opennlp-tools/src/main/java/opennlp/tools/util/java/Experimental.java b/opennlp-tools/src/main/java/opennlp/tools/util/java/Experimental.java
new file mode 100644
index 0000000..21182d6
--- /dev/null
+++ b/opennlp-tools/src/main/java/opennlp/tools/util/java/Experimental.java
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package opennlp.tools.util.java;
+
+import java.lang.annotation.Documented;
+
+/**
+ * Indicates that the API is not stable.
+ */
+@Documented
+public @interface Experimental {
+}

-- 
To stop receiving notification emails like this one, please contact
['"commits@opennlp.apache.org" <co...@opennlp.apache.org>'].