Annotation Type Setter
-
@Retention(RUNTIME) @Target(FIELD) public @interface SetterNames setter method for a field in entity properties. This annotation should be used if name of the setter method in builder does not match name of the field.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-