Package org.glassfish.jersey.inject.hk2
Class Hk2ReferencingFactory.EmptyReferenceFactory<T>
- 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 java.lang.Object implements org.glassfish.hk2.api.Factory<Ref<T>>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EmptyReferenceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose(Ref<T> instance)
Ref<T>
provide()
-