-
Terminally Deprecated Elements
-
Deprecated MethodsMethodDescriptionthe method is deprecated as it requires abusing the purpose of dependency injection in order to work. There are two ways to replace this part of the api
- injecting the service registry itself and calling
ServiceRegistry.firstProvider(Class). - injecting the requested service directly using the
Serviceannotation.
- injecting the service registry itself and calling
ServiceRegistry.firstProvider(Class).Serviceannotation.