final class ServiceLocatorProvider
extends java.lang.Object
implements javax.inject.Provider<org.glassfish.hk2.api.ServiceLocator>
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
LOCK |
private org.glassfish.hk2.api.ServiceLocator |
serviceLocator |
Constructor and Description |
---|
ServiceLocatorProvider() |
Modifier and Type | Method and Description |
---|---|
org.glassfish.hk2.api.ServiceLocator |
get() |
void |
setServiceLocator(org.glassfish.hk2.api.ServiceLocator serviceLocator) |