Interface AnnotationModel
- All Known Implementing Classes:
AnnotationModelImpl
public interface AnnotationModel
Models an annotation instance
-
Method Summary
Modifier and TypeMethodDescriptionReturns the annotated element with this annotation instancegetType()Returns the annotation type for this modelReturns an unmodifiable collection of annotation values.
-
Method Details
-
getType
-
getElement
AnnotatedElement getElement()Returns the annotated element with this annotation instance- Returns:
- the annotated element
-
getValues
-