value
public abstract String value
Deprecated.
Field name on which the annotated method is only triggered if that field is modified.
If value is empty string, then trigger once when the object is created.
If value is "*", then this method will be triggered once for each field that
the user sent in the creation request.
- Returns:
- the field name that triggers the method
- Default:
- ""