You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/04/17 12:19:27 UTC

[04/50] [lang] org.apache.commons.lang3.concurrent.annotation package-info

org.apache.commons.lang3.concurrent.annotation package-info

Added package-info.java to the
org.apache.commons.lang3.concurrent.annotation package to solve a
checkstyle violation.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/754e669f
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/754e669f
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/754e669f

Branch: refs/heads/release
Commit: 754e669f76c5587b163cea7fc5c68f274a267ef1
Parents: c121f03
Author: Allon Mureinik <am...@redhat.com>
Authored: Sat Mar 11 10:49:22 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Mar 12 17:41:50 2017 +0100

----------------------------------------------------------------------
 .../concurrent/annotation/package-info.java     | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/754e669f/src/main/java/org/apache/commons/lang3/concurrent/annotation/package-info.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/concurrent/annotation/package-info.java b/src/main/java/org/apache/commons/lang3/concurrent/annotation/package-info.java
new file mode 100644
index 0000000..3f29ebf
--- /dev/null
+++ b/src/main/java/org/apache/commons/lang3/concurrent/annotation/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+/**
+ * <p>Provides annotations to document classes' thread safety</p>
+ *
+ * @since 3.6
+ */
+package org.apache.commons.lang3.concurrent.annotation;