Annotation Type Decoder.Legacy

Enclosing class:
Decoder

@Documented @Target(PARAMETER) @Retention(RUNTIME) @API(status=STABLE, since="2.0.0") public static @interface Decoder.Legacy
Annotation to specify to use a legacy decoder.
Since:
2.0.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    char
    The character to use for legacy formatting.
  • Element Details

    • value

      @API(status=STABLE, since="2.0.0") char value
      The character to use for legacy formatting.
      Returns:
      The character to use for legacy formatting
      Since:
      2.0.0
      Default:
      '&'