protected class AnnotationElementRewriter.RewrittenAnnotationElement extends BaseAnnotationElement
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationElement |
annotationElement |
BY_NAME| Constructor and Description |
|---|
RewrittenAnnotationElement(AnnotationElement annotationElement) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the element.
|
EncodedValue |
getValue()
Gets the value of the element.
|
compareTo, equals, hashCode@Nonnull protected AnnotationElement annotationElement
public RewrittenAnnotationElement(@Nonnull
AnnotationElement annotationElement)
@Nonnull public java.lang.String getName()
AnnotationElement@Nonnull public EncodedValue getValue()
AnnotationElement