Annotation Interface Param
The parameter codec field type will try to store and load a parameter based on a
different codec. For that it needs to find a matching codec to use.
It will search for them in this order by default:
- Look for a default codec provided by DataFixerUpper
- Try to find a matching
public static
field in the class of the parameter type with the nameCODEC
orDIRECT_CODEC
.
CODEC
that holds a codec for a value and adds a
default to it.-
Optional Element Summary