Package io.micronaut.core.convert.format
Annotation 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.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Required Element Summary
-
Element Details
-
value
String value- Returns:
- The format to use.
-