Package space.arim.dazzleconf.annote
Annotation Type ConfValidator
Attaches a value validator to a config entry
- Author:
- A248
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends ValueValidator> Specifies theValueValidatorto use for this config entry.
-
Element Details
-
value
Class<? extends ValueValidator> valueSpecifies theValueValidatorto use for this config entry. TheValueValidatormust have a either a public staticgetInstance()method returning an instance or a public constructor, each with no arguments, in order to be created.- Returns:
- the value validator to use
-