DeclaredStatements can contain default implementations
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / DocumentationGroup.java
index cfb42273024fc6779db598e05c6c9f6148ef7dec..b016b90e70d6eb847255ffefc91e5eaa0b01c888 100644 (file)
@@ -11,7 +11,10 @@ import javax.annotation.Nullable;
 
 /**
  * Common interface for statements which contain either a description/reference or a description/reference/status combo.
+ *
+ * @deprecated Use {@link DocumentedDeclaredStatement} instead.
  */
+@Deprecated
 public interface DocumentationGroup {
     /**
      * Return description statement, if available.