protected class AnnotationRewriter.RewrittenAnnotation extends BaseAnnotation
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotation |
BY_TYPE| Constructor and Description |
|---|
RewrittenAnnotation(Annotation annotation) |
| 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.
|
int |
getVisibility()
Gets the visibility of this annotation.
|
compareTo, equals, hashCode@Nonnull protected Annotation annotation
public RewrittenAnnotation(@Nonnull
Annotation annotation)
public int getVisibility()
Annotation@Nonnull public java.lang.String getType()
Annotation@Nonnull public java.util.Set<? extends AnnotationElement> getElements()
Annotation