Package kboyle.oktane.core.processor
Annotation Interface ConfigureWith
Designates a class (e.g. a
TypeParser
to be added automatically to a CommandHandler.Builder
.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
The priority to give the configurator, default 0 (by default applied after stock configurators)
-
Element Details
-
priority
int priorityThe priority to give the configurator, default 0 (by default applied after stock configurators)- Default:
- 0
-