Package io.micronaut.core.convert.format
Annotation Type Format
-
@Documented @Retention(RUNTIME) @Inherited public @interface FormatAnnotation 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 ofZonedDateTimeinstances.- Since:
- 1.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-