Package org.jboss.weld.injection.attributes
-
Interface Summary Interface Description FieldInjectionPointAttributes<T,X> ParameterInjectionPointAttributes<T,X> WeldInjectionPointAttributes<T,S> Representation of properties of anInjectionPoint, which can be modified by an extension in theProcessInjectionPointphase. -
Class Summary Class Description AbstractForwardingInjectionPointAttributes<T,S> AbstractInferringInjectionPointAttributes<T,S> ForwardingFieldInjectionPointAttributes<T,X> An implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.ForwardingInjectionPointAttributes<T,S> ForwardingParameterInjectionPointAttributes<T,X> An implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.InferringFieldInjectionPointAttributes<T,X> An implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedField.InferringParameterInjectionPointAttributes<T,X> An implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedParameter.SpecialParameterInjectionPoint<T,X> Represents a method/constructor parameter, which is not an injection point.