Correct NonNull annotation
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / Rfc6020AbnfRule.java
index 163f2d649675c3ff0734749bf28906e3abda1729..385d92b56c3f3e910d5536206c39e3c8d55b779e 100644 (file)
@@ -12,23 +12,21 @@ import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 
 /**
-*
-* References ABNF rule defined in RFC6020 - YANG Specification.
-*
-* <p>
-* An interface / class annotated with this annotation
-* is Java representation of data represented by ABNF rule
-* provided as {@link #value()}. Java representation
-* does not need to be direct,
-* but must retain all information in some, publicly
-* accessible form for consumers.
-* </p>
-* <p>
-* Note that this annotation is used currently only for documentation
-* and does not affect any runtime behaviour.
-* </p>
-*
-*/
+ * References ABNF rule defined in RFC6020 - YANG Specification.
+ *
+ * <p>
+ * An interface / class annotated with this annotation
+ * is Java representation of data represented by ABNF rule
+ * provided as {@link #value()}. Java representation
+ * does not need to be direct,
+ * but must retain all information in some, publicly
+ * accessible form for consumers.
+ * </p>
+ * <p>
+ * Note that this annotation is used currently only for documentation
+ * and does not affect any runtime behaviour.
+ * </p>
+ */
 @Documented
 @Retention(RetentionPolicy.SOURCE)
 @interface Rfc6020AbnfRule {