You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/03/08 21:39:41 UTC

incubator-tamaya git commit: TAMAYA-60 Added a package-info.java to the package of the configuration builder.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 0f000818b -> c7eb17766


TAMAYA-60 Added a package-info.java to the package of the configuration builder.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/c7eb1776
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/c7eb1776
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/c7eb1776

Branch: refs/heads/master
Commit: c7eb1776634cc36c59528bd7554629d6b676f4b6
Parents: 0f00081
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Mar 8 21:39:03 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Mar 8 21:39:03 2015 +0100

----------------------------------------------------------------------
 .../tamaya/modules/builder/package-info.java    | 28 ++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/c7eb1776/modules/builder/src/main/java/org/apache/tamaya/modules/builder/package-info.java
----------------------------------------------------------------------
diff --git a/modules/builder/src/main/java/org/apache/tamaya/modules/builder/package-info.java b/modules/builder/src/main/java/org/apache/tamaya/modules/builder/package-info.java
new file mode 100644
index 0000000..dacba73
--- /dev/null
+++ b/modules/builder/src/main/java/org/apache/tamaya/modules/builder/package-info.java
@@ -0,0 +1,28 @@
+/*
+ * 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.
+ */
+/**
+ * This package provides
+ * {@link org.apache.tamaya.modules.builder.ConfigurationBuilder a configuration
+ * builder} that allows to build a configuration manually without
+ * using exclusively on the Service Provider Interface API of Tamaya.
+ *
+ * @see org.apache.tamaya.modules.builder.ConfigurationBuilder
+ * @see org.apache.tamaya.Configuration
+ */
+package org.apache.tamaya.modules.builder;
\ No newline at end of file