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
|
java.util.Map<java.lang.String,java.lang.Object> |
getValues()
Returns an unmodifiable collection of annotation values.
|
AnnotationType getType()
AnnotatedElement getElement()
java.util.Map<java.lang.String,java.lang.Object> getValues()
Copyright © 2013 Oracle Corporation. All Rights Reserved.