aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/package-info.java
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2014-01-15 19:38:15 +0000
committerBenedikt Ritter <britter@apache.org>2014-01-15 19:38:15 +0000
commitc20c8fa1bcee012b26190ba89eb4c0ca29a64532 (patch)
treeea1fe682dff4d00120606c6398df4f2f1269c572 /src/main/java/org/apache/commons/lang3/package-info.java
parent282c5699e47462a124c8f02d05a922fcc0ba86d0 (diff)
downloadapache-commons-lang-c20c8fa1bcee012b26190ba89eb4c0ca29a64532.tar.gz
LANG-953: Convert package.html files to package-info.java files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1558546 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/main/java/org/apache/commons/lang3/package-info.java')
-rw-r--r--src/main/java/org/apache/commons/lang3/package-info.java26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/main/java/org/apache/commons/lang3/package-info.java b/src/main/java/org/apache/commons/lang3/package-info.java
new file mode 100644
index 000000000..c8704c1b3
--- /dev/null
+++ b/src/main/java/org/apache/commons/lang3/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * 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 highly reusable static utility methods, chiefly concerned
+ * with adding value to the {@link java.lang} classes.</p>
+ * <p>Most of these classes are immutable and thus thread-safe.
+ * However Charset is not currently guaranteed thread-safe under all circumstances.</p>
+ *
+ * @since 1.0
+ * @version $Id$
+ */
+package org.apache.commons.lang3;