public interface BasicAnnotation
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<? extends AnnotationElement> |
getElements()
Gets a set of the name/value elements associated with this annotation.
|
java.lang.String |
getType()
Gets the type of this annotation.
|
@Nonnull java.lang.String getType()
@Nonnull java.util.Set<? extends AnnotationElement> getElements()