Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / RegistrationListener.java
index a5c89e18d01f1e77befb9324714405b624f8d4a7..716add81a19d644a37b4e45aeffaa3253c7967c0 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.controller.md.sal.common.api;
 import java.util.EventListener;
 import org.opendaylight.yangtools.concepts.Registration;
 
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface RegistrationListener<T extends Registration> extends EventListener {
 
     void onRegister(T registration);