java.lang.Object
org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory.EmptyReferenceFactory<T>
- All Implemented Interfaces:
org.glassfish.hk2.api.Factory<Ref<T>>
- Enclosing class:
- Hk2ReferencingFactory<T>
private static class Hk2ReferencingFactory.EmptyReferenceFactory<T>
extends Object
implements org.glassfish.hk2.api.Factory<Ref<T>>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EmptyReferenceFactory
private EmptyReferenceFactory()
-
Method Details
-
provide
- Specified by:
provide
in interface org.glassfish.hk2.api.Factory<T>
-
dispose
public void dispose(Ref<T> instance)
- Specified by:
dispose
in interface org.glassfish.hk2.api.Factory<T>