Uses of Package
io.github.projectunified.craftcommand.validation.annotation
Packages that use io.github.projectunified.craftcommand.validation.annotation
Package
Description
-
Classes in io.github.projectunified.craftcommand.validation.annotation used by io.github.projectunified.craftcommand.example.bukkitClassDescriptionValidates that a numeric parameter value is at most the specified maximum.Validates that a numeric parameter value is at least the specified minimum.Validates a parameter by invoking a custom validation method inside the command class.
-
Classes in io.github.projectunified.craftcommand.validation.annotation used by io.github.projectunified.craftcommand.example.paperClassDescriptionValidates that a numeric parameter value is at most the specified maximum.Validates that a numeric parameter value is at least the specified minimum.Validates a parameter by invoking a custom validation method inside the command class.
-
Classes in io.github.projectunified.craftcommand.validation.annotation used by io.github.projectunified.craftcommand.example.standaloneClassDescriptionValidates that a numeric parameter value is at least the specified minimum.Validates a parameter by invoking a custom validation method inside the command class.
-
Classes in io.github.projectunified.craftcommand.validation.annotation used by io.github.projectunified.craftcommand.validation.processor.extensionClassDescriptionValidates that a numeric parameter value is at most the specified maximum.Validates that a numeric parameter value is at least the specified minimum.Validates a parameter by invoking a custom validation method inside the command class.