@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Attribute
GenericAttributeValue
.
The getters may be annotated with Convert
annotation.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
XML attribute name if it can't be inferred from the getter name (see
NameStrategy ). |
public abstract java.lang.String value
NameStrategy
).