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 ElementsModifier and TypeOptional ElementDescriptioncharThe character to use for legacy formatting.
-
Element Details
-
value
The character to use for legacy formatting.- Returns:
- The character to use for legacy formatting
- Since:
- 2.0.0
- Default:
'&'
-