Annotation Type AutoBean.PropertyName
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER}) public static @interface AutoBean.PropertyNameAn annotation that allows inferred property names to be overridden.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
AutoBeanCodexmessages, but write new ones.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-