org.vraptor.annotations
Annotation Type Read


Deprecated.

@Target(value={FIELD,PARAMETER})
@Documented
@Retention(value=RUNTIME)
@Deprecated
public @interface Read

Marks a field to read parameters from request. Deprecated due to common mistakes made by users. Use Parameter instead.

Author:
Guilherme Silveira, Paulo Silveira

Optional Element Summary
 boolean create
          Deprecated. Creates objects as needed
 String key
          Deprecated. The parameter key to be used
 

create

public abstract boolean create
Deprecated. 
Creates objects as needed

Default:
false

key

public abstract String key
Deprecated. 
The parameter key to be used

Returns:
the key itself
Default:
""


Copyright © 2004-2008 VRaptor. All Rights Reserved.