@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface EntityAttributeSetter
Marker for entity attribute setters on AbstractBeanEntityBuilder
classes. If no clearer is also provided, the setter will be called with null
if a clear attempt is made on the attribute.
EntityAttributeClearer
,
AbstractBeanEntityBuilder
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |