Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / md / sal / binding / impl / LazyDataObjectModification.java
index c7f850e04e9edcf77672b9de1096fde73cb90049..02ec48e1bbd4bf40603535a7ad0032847cf0f0b1 100644 (file)
@@ -46,7 +46,7 @@ import org.slf4j.LoggerFactory;
  *
  * @param <T> Type of Binding Data Object
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 final class LazyDataObjectModification<T extends DataObject> implements DataObjectModification<T> {
 
     private static final Logger LOG = LoggerFactory.getLogger(LazyDataObjectModification.class);