Class DynamicLookupInjectionPoint

java.lang.Object
org.jboss.weld.injection.ForwardingInjectionPoint
org.jboss.weld.bean.builtin.DynamicLookupInjectionPoint
All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionPoint, Serializable

public class DynamicLookupInjectionPoint extends ForwardingInjectionPoint implements Serializable
InjectionPoint that represents an injected Event or Instance object.
Author:
Jozef Hartinger
See Also:
  • Constructor Details

    • DynamicLookupInjectionPoint

      public DynamicLookupInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)
  • Method Details