Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / meta / package-info.java
index f3ef3127a7e5bdbeeeac2e00079cb232fe7524e5..9f2b9006f4f6281b24ddd63b7d84d2336270a164 100644 (file)
  * YANG source is defined as sequence of statement in
  * <a href="https://tools.ietf.org/html/rfc6020#section-6.3">RFC6020, Section 6.3</a>.
  * this model is also correct for YIN, which is XML serialisation of YANG source.
+ *
  * <p>
- * Statements are represented as instances / subclasses of {@link org.opendaylight.yangtools.yang.model.api.meta.ModelStatement}
- * concept and its two subconcepts which are:
+ * Statements are represented as instances / subclasses of
+ * {@link org.opendaylight.yangtools.yang.model.api.meta.ModelStatement} concept and its two subconcepts which are:
  * <ul>
  * <li>
  * {@link org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement} - this contains navigable
@@ -32,6 +33,7 @@
  * present in YANG specification and/or was introduced in form of extensions.
  * </li>
  * </ul>
+ *
  * <p>
  * Clear separation of declared / effective model is needed, since statement definition also
  * contains information how effective model is computed and there is no one to one mapping
  * <h2>Identifiers and Namespaces</h2>
  * Effective model of YANG has several identifier types and namespaces, which behaves differently
  * and are mostly used during processing data and/or during computing effective (semantic) model.
+ *
  * <p>
- * Common abstraction for various types of namespaces is {@link org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace}
+ * Common abstraction for various types of namespaces is
+ * {@link org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace}
  * from which concrete effective model namespaces are derived.
- *
  */
-package org.opendaylight.yangtools.yang.model.api.meta;
\ No newline at end of file
+package org.opendaylight.yangtools.yang.model.api.meta;