Interface Injector
-
public interface Injector
Allows to inject in an unmanaged instance services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tinject(T instance)Injects services in fields marked with @Service.
-