Deprecate AddedByUsesAware for removal
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / AddedByUsesAware.java
index e73318ab327db1cd3b46543d027848c7b12af371..a52e87e03c2805f5995cb1b45aa6e9435ae6c1b2 100644 (file)
@@ -16,7 +16,7 @@ import com.google.common.annotations.Beta;
  *             EffectiveStatement tree to reconstruct this information.
  */
 @Beta
-@Deprecated(since = "7.0.9")
+@Deprecated(since = "7.0.9", forRemoval = true)
 public interface AddedByUsesAware {
     /**
      * Returns {@code true} if this node was added by uses statement, otherwise returns {@code false}.