Deprecate Rfc6020AbnfRule 95/102895/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 26 Oct 2022 15:38:24 +0000 (17:38 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 26 Oct 2022 16:34:08 +0000 (18:34 +0200)
This annotation is used for very light documentation purposes only.
It also does not have an RFC7950 counterpart nor can it express the
various definitions in YANG extensions. Deprecate it for removal.

Change-Id: I13eff70e8cf8dc20bfdaf42969ab92b608bc1dff
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/Rfc6020AbnfRule.java

index 385d92b56c3f3e910d5536206c39e3c8d55b779e..29598b5000e60d0a12f1f96fb534a277c20f6bbd 100644 (file)
@@ -27,6 +27,7 @@ import java.lang.annotation.RetentionPolicy;
  * and does not affect any runtime behaviour.
  * </p>
  */
+@Deprecated(since = "9.0.2", forRemoval = true)
 @Documented
 @Retention(RetentionPolicy.SOURCE)
 @interface Rfc6020AbnfRule {