Package org.jvnet.hk2.internal
Class AnnotatedElementAnnotationInfo
java.lang.Object
org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
Keeps information about element and parameter annotations
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Annotation[]
(package private) final boolean
(package private) final boolean
(package private) final Annotation[][]
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedElementAnnotationInfo
(Annotation[] elementAnnotation, boolean hasParams, Annotation[][] paramAnnotation, boolean isConstructor) -
Method Summary
-
Field Details
-
elementAnnotations
-
paramAnnotations
-
hasParams
final boolean hasParams -
isConstructor
final boolean isConstructor
-
-
Constructor Details
-
AnnotatedElementAnnotationInfo
AnnotatedElementAnnotationInfo(Annotation[] elementAnnotation, boolean hasParams, Annotation[][] paramAnnotation, boolean isConstructor)
-
-
Method Details
-
soften
SoftAnnotatedElementAnnotationInfo soften()
-