Add service reference binding to config registry.
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / api / annotations / RequireInterface.java
index 3584776bb3e54c343541f3dca0b77c3855c2e711..aacafad74fbab1e9e71d989dfbf57306af5bd57b 100644 (file)
@@ -12,8 +12,6 @@ import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 
-import javax.management.ObjectName;
-
 /**
  * Indicates what service interface is expected to be obtained as a dependency
  * of a module. This annotation must be present for each dependency setter in