|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface CreateIfNull
Sets the CreateIfNull for type conversion.
Annotation usage:
The CreateIfNull annotation must be applied at field or method level.
Annotation parameters:
Parameter | Required | Default | Description |
---|---|---|---|
value | no | false | The CreateIfNull property value. |
Example code:
@CreateIfNull( value = true ) private Listusers;
Optional Element Summary | |
---|---|
boolean |
value
The CreateIfNull value. |
public abstract boolean value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |