Annotation Interface Codec


@Retention(RUNTIME) @Target(TYPE) public @interface Codec
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Human readable name.
    Internal name used for identifying the codec.
  • Element Details

    • name

      String name
      Internal name used for identifying the codec.
      Returns:
    • displayName

      String displayName
      Human readable name.
      Returns: