Class NoopInjectionTarget<T>

  • All Implemented Interfaces:
    <T>, <T>

    public class NoopInjectionTarget<T>
    extends 
    implements <T>
    • Method Detail

      • produce

        public <T> ctx)
        Specified by:
         in interface <T>
      • dispose

        public void dispose​(T instance)
        Specified by:
         in interface <T>
      • inject

        public void inject​(T instance,
                           <T> ctx)
        Specified by:
         in interface <T>
      • postConstruct

        public void postConstruct​(T instance)
        Specified by:
         in interface <T>
      • preDestroy

        public void preDestroy​(T instance)
        Specified by:
         in interface <T>