@Retention(value=RUNTIME)
@Inherited
@Target(value={FIELD,METHOD,ANNOTATION_TYPE})
public @interface NullString
nulls(), then the field must be set to null.
A NullStringConversion will be assigned to this field
Commonly used for java beans processed using BeanProcessor and/or BeanWriterProcessor
Conversion,
Conversions,
BeanProcessor,
BeanWriterProcessor| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
nulls
A set of Strings that represent a null value instead of a valid String (e.g.
|