Huge refactoring.
[utils] / system / general / src / main / java / org / wamblee / system / core / RequiredInterface.java
index bcd2635d6cdc6e19742edd2789d9a0c6dcbd0d7b..d3a4e5229483f642be14e8494736f46905f7cd9a 100644 (file)
@@ -46,12 +46,4 @@ public interface RequiredInterface {
         * @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); 
 }