net.sf.easyweb4j.annotations
Annotation Type Format
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Format
Indicates the format to be used for the action parameter type. Currently
supports only Date
.
- Author:
- Chandra Sekar S
Required Element Summary |
String |
value
The format to be used to parse the value for this parameter |
value
public abstract String value
- The format to be used to parse the value for this parameter
- Returns:
- The parsing format.
Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.