@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Format
Annotation that can be used by the user to specify various formating options to be used by EasyTest while
converting the raw data to a specific object. Currently user has the option to specify the format of date, time and datetime type fields.
- Author:
- Anuj Kumar