Annotation Interface Format


@Retention(RUNTIME) @Target(PARAMETER) public @interface Format
Specifies a format string for parsing and displaying the annotated parameter. Useful for types like dates or numbers that require specific formatting.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details