@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Attribute
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
binary
Whether this attribute is binary.
|
java.lang.String |
name
Attribute name.
|
java.lang.String |
property
Name of the method or field that maps to this attribute.
|
SortBehavior |
sortBehavior
Sort behavior for this attribute.
|
java.lang.String |
transcoder
Transcoder for this attribute.
|
java.lang.String[] |
values
Attribute values.
|
public abstract java.lang.String[] values
property().public abstract java.lang.String property
values().public abstract SortBehavior sortBehavior