public interface AnnotationModel
Modifier and Type | Method and Description |
---|---|
AnnotatedElement |
getElement()
Returns the annotated element with this annotation instance
|
AnnotationType |
getType()
Returns the annotation type for this model
|
Map<String,Object> |
getValues()
Returns an unmodifiable collection of annotation values.
|
AnnotationType getType()
AnnotatedElement getElement()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.