@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=AddAttributes.class) public @interface AddAttribute
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Name of the attribute.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
deserializer
Method to set the attribute's value, or empty string.
|
String |
serializer
Method to get the attribute's value, or empty string.
|
Copyright © 2019. All rights reserved.