@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface Format
Annotation used to describe the format in the case where the format needs to be altered for the purposes of
conversion. Commonly use to alter the formatting of ZonedDateTime instances.