@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER})
public static @interface AutoBean.PropertyName
This annotation is asymmetric, applying it to a getter will not affect the
setter. The asymmetry allows existing users of an interface to read old
AutoBeanCodex
messages, but write new ones.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |