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> T
inject(T instance)
Injects services in fields marked with @Service
.
-