com.opensymphony.xwork2.util
Annotation Type CreateIfNull
- @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 List users;
 
 
- Version:
- $Id: CreateIfNull.java 1646 2007-10-15 16:25:02Z rainerh $
- Author:
- Rainer Hermanns
| Optional Element Summary | 
|  boolean | valueThe CreateIfNull value.
 | 
 
value
public abstract boolean value
- The CreateIfNull value.
 Defaults to true.
 
- 
 
- 
 - 
- Default:
- true
 
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.