You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2018/02/24 20:09:53 UTC

[3/4] bval git commit: add descriptor subpackage descriptor to address the question that has already come up about the meaning of the -D classname suffix in that package

add descriptor subpackage descriptor to address the question that has already come up about the meaning of the -D classname suffix in that package


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

Branch: refs/heads/bv2
Commit: 961069159cd8e5894012926c4e15def2658a0a97
Parents: a7d88a5
Author: Matt Benson <mb...@apache.org>
Authored: Sat Feb 24 14:00:39 2018 -0600
Committer: Matt Benson <mb...@apache.org>
Committed: Sat Feb 24 14:00:39 2018 -0600

----------------------------------------------------------------------
 .../bval/jsr/descriptor/package-info.java       | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/96106915/bval-jsr/src/main/java/org/apache/bval/jsr/descriptor/package-info.java
----------------------------------------------------------------------
diff --git a/bval-jsr/src/main/java/org/apache/bval/jsr/descriptor/package-info.java b/bval-jsr/src/main/java/org/apache/bval/jsr/descriptor/package-info.java
new file mode 100644
index 0000000..a5b6522
--- /dev/null
+++ b/bval-jsr/src/main/java/org/apache/bval/jsr/descriptor/package-info.java
@@ -0,0 +1,21 @@
+/*
+ *  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 houses the implementations and related classes for BV element descriptors, using the {@code D} suffix to
+ * succinctly denote implementations of {@code *Descriptor}.
+ */
+package org.apache.bval.jsr.descriptor;
\ No newline at end of file