Class InjectionContextImpl<T>

  • All Implemented Interfaces:
    org.jboss.weld.injection.spi.InjectionContext<T>

    public abstract class InjectionContextImpl<T>
    extends Object
    implements org.jboss.weld.injection.spi.InjectionContext<T>
    Author:
    pmuir
    • Method Detail

      • run

        public void run()
      • getInjectionTarget

        public InjectionTarget<T> getInjectionTarget()
        Specified by:
        getInjectionTarget in interface org.jboss.weld.injection.spi.InjectionContext<T>
      • getAnnotatedType

        public AnnotatedType<T> getAnnotatedType()
        Specified by:
        getAnnotatedType in interface org.jboss.weld.injection.spi.InjectionContext<T>
      • getTarget

        public T getTarget()
        Specified by:
        getTarget in interface org.jboss.weld.injection.spi.InjectionContext<T>