Interface DecorativeParam

All Superinterfaces:
Param
All Known Implementing Classes:
ParamGroup

public non-sealed interface DecorativeParam extends Param
The base interface for Params that merely decorate the help text output, and do not add themselves to the Parser's lookup map. An error will be thrown if a DecorativeParam ever gets parsed.