refactoring of the config interface towards more reuse in the implementation and...
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / Constants.java
index c8daa2623e3b2d29be10a4533535c05ef0ed4a38..c51c1155ebabf6750b4489b2ec9d9a73035788b8 100644 (file)
  * 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 org.wamblee.xmlrouter.impl;
 
+/**
+ * Constants used by the router for error situations.
+ * 
+ * @author Erik Brakkee
+ * 
+ */
 public enum Constants {
     UNKNOWN_DOCUMENT_TYPE, UNKNOWN_DESTINATION_NAME, UNKNOWN_NAME
 }