Class 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>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose​(Ref<T> instance)  
      Ref<T> provide()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyReferenceFactory

        private EmptyReferenceFactory()
    • Method Detail

      • provide

        public Ref<T> 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>