protected class EncodedValueRewriter.RewrittenAnnotationEncodedValue extends BaseAnnotationEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationEncodedValue |
annotationEncodedValue |
| Constructor and Description |
|---|
RewrittenAnnotationEncodedValue(AnnotationEncodedValue annotationEncodedValue) |
| 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.
|
compareTo, equals, getValueType, hashCode@Nonnull protected AnnotationEncodedValue annotationEncodedValue
public RewrittenAnnotationEncodedValue(@Nonnull
AnnotationEncodedValue annotationEncodedValue)
@Nonnull public java.lang.String getType()
AnnotationEncodedValue@Nonnull public java.util.Set<? extends AnnotationElement> getElements()
AnnotationEncodedValue