public class BuilderAnnotationElement extends BaseAnnotationElement
BY_NAME| Constructor and Description |
|---|
BuilderAnnotationElement(BuilderStringReference name,
BuilderEncodedValues.BuilderEncodedValue value) |
| 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, hashCodepublic BuilderAnnotationElement(@Nonnull
BuilderStringReference name,
@Nonnull
BuilderEncodedValues.BuilderEncodedValue value)
@Nonnull public java.lang.String getName()
AnnotationElement@Nonnull public EncodedValue getValue()
AnnotationElement