@Vetoed
| Interface | Description |
|---|---|
| FieldInjectionPointAttributes<T,X> | |
| ParameterInjectionPointAttributes<T,X> | |
| WeldInjectionPointAttributes<T,S> |
Representation of properties of an
InjectionPoint, which can be modified by an extension in the
ProcessInjectionPoint phase. |
| Class | Description |
|---|---|
| AbstractForwardingInjectionPointAttributes<T,S> | |
| AbstractInferringInjectionPointAttributes<T,S> | |
| ForwardingFieldInjectionPointAttributes<T,X> |
An implementation of
WeldInjectionPointAttributes that forwards calls to an extension-provided InjectionPoint
implementation. |
| ForwardingInjectionPointAttributes<T,S> | |
| ForwardingParameterInjectionPointAttributes<T,X> |
An implementation of
WeldInjectionPointAttributes that forwards calls to an extension-provided InjectionPoint
implementation. |
| InferringFieldInjectionPointAttributes<T,X> |
An implementation of
WeldInjectionPointAttributes that infers the attributes by reading EnhancedAnnotatedField. |
| InferringParameterInjectionPointAttributes<T,X> |
An implementation of
WeldInjectionPointAttributes that infers the attributes by reading EnhancedAnnotatedParameter. |
| SpecialParameterInjectionPoint<T,X> |
Represents a method/constructor parameter, which is not an injection point.
|
Copyright © 2017. All rights reserved.