Class AnnotationModelImpl
java.lang.Object
org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- All Implemented Interfaces:
AnnotationModel
Model a annotation instance
-
Constructor Details
-
AnnotationModelImpl
-
-
Method Details
-
toString
-
addValue
-
getValues
Description copied from interface:AnnotationModelReturns an unmodifiable collection of annotation values.- Specified by:
getValuesin interfaceAnnotationModel- Returns:
- collection of value elements of this annotation
-
getType
Description copied from interface:AnnotationModelReturns the annotation type for this model- Specified by:
getTypein interfaceAnnotationModel- Returns:
- the annotation type
-
getElement
Description copied from interface:AnnotationModelReturns the annotated element with this annotation instance- Specified by:
getElementin interfaceAnnotationModel- Returns:
- the annotated element
-