Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-common-impl / src / main / java / org / opendaylight / controller / md / sal / common / impl / util / compat / DataNormalizationOperation.java
index 7a2388231c08dfd7de92390ee9b9e19cb1c289f4..c9713837a20cd2e0c8b7307396d9ea7600231b8b 100644 (file)
@@ -47,7 +47,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 import org.opendaylight.yangtools.yang.model.api.SchemaNode;
 import org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema;
 
-@Deprecated
+@Deprecated(forRemoval = true)
 public abstract class DataNormalizationOperation<T extends PathArgument> implements Identifiable<T> {
 
     private final T identifier;