Annotation Interface Formats.DateTime

Enclosing class:
Formats

@Target(FIELD) @Retention(RUNTIME) public static @interface Formats.DateTime
Defines the format for a Date field.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Date pattern, as specified for SimpleDateFormat.
  • Element Details