Package org.jvnet.hk2.internal
Class AnnotatedElementAnnotationInfo
- java.lang.Object
-
- org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
-
class AnnotatedElementAnnotationInfo extends java.lang.Object
Keeps information about element and parameter annotations
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.annotation.Annotation[]
elementAnnotations
(package private) boolean
hasParams
(package private) boolean
isConstructor
(package private) java.lang.annotation.Annotation[][]
paramAnnotations
-
Constructor Summary
Constructors Constructor Description AnnotatedElementAnnotationInfo(java.lang.annotation.Annotation[] elementAnnotation, boolean hasParams, java.lang.annotation.Annotation[][] paramAnnotation, boolean isConstructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) SoftAnnotatedElementAnnotationInfo
soften()
-
-
-
Method Detail
-
soften
SoftAnnotatedElementAnnotationInfo soften()
-
-