Annotation used to specify a date format pattern.
This annotation may be put on Date parameters annotated with
@FormParam, @QueryParam,
@PathParam or @HeaderParam.
The formatting pattern to use for parsing the date. The pattern must follow the rules defined by
DateTimeFormat.
If not specified, DEFAULT will be used.