Moving around a lot of files to work towards production components.
[utils] / system / general / src / main / java / org / wamblee / system / core / RequiredInterface.java
index bcd2635d6cdc6e19742edd2789d9a0c6dcbd0d7b..7f7fc348d411b308f6b0fe1c40cb4dd6eb7b0b55 100644 (file)
@@ -45,13 +45,5 @@ public interface RequiredInterface {
         * Gets the provider interface. 
         * @return Provider or null if not set. 
         */
-       ProvidedInterface getProvider(); 
-       
-       /**
-        * Gets the implementation of the required interface. 
-        * @param <T>
-        * @param aClass Interface type. 
-        * @return Interface implementation or null if not known yet. 
-        */
-       <T> T getImplementation(Class<T> aClass); 
+       ProvidedInterface getProvider();
 }