Annotation Type Setter
-
@Retention(RUNTIME) @Target(FIELD) public @interface Setter
Names 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.
-
-
Element Detail
-
value
String value
-
-