public interface InjectionPointInfo
| Modifier and Type | Method and Description |
|---|---|
DeclarationInfo |
declaration()
Returns the declaration of this injection point.
|
java.util.Collection<AnnotationInfo> |
qualifiers()
Returns a collection of qualifiers declared on this injection point, represented as
AnnotationInfo. |
Type |
type()
Returns the
type of this injection point. |
Type type()
type of this injection point.nulljava.util.Collection<AnnotationInfo> qualifiers()
AnnotationInfo.nullDeclarationInfo declaration()
FieldInfo for field injection,
or ParameterInfo for:
null