Correct docs declaration
[mdsal.git] / binding2 / mdsal-binding2-spec / src / main / java / org / opendaylight / mdsal / binding / javav2 / spec / base / Instantiable.java
index 04c0b83169b37458de91ebe8e14ef13d247a09a3..93ae7a5e4cebcf19ba1d975863d4c907e40ec17f 100644 (file)
@@ -20,6 +20,6 @@ import com.google.common.annotations.Beta;
 public interface Instantiable<T extends Instantiable<T>> {
 
     // REPLACES: DataObject#getImplementedInterface()
-    Class<T> implementedInterface();
+    Class<? extends T> implementedInterface();
 
 }