Uses of Annotation Interface
com.github.kaktushose.jda.commands.annotations.constraints.Constraint
Package
Description
All annotations needed for parameter validation.
-
Uses of Constraint in com.github.kaktushose.jda.commands.annotations.constraints
Modifier and TypeClassDescription@interface
The annotated element must be a number whose value must be less or equal to the specified maximum.@interface
The annotated element must be a number whose value must be greater or equal to the specified minimum.@interface
The annotated element must be a user or member that doesn't have the specified discord permission.@interface
The annotated element must be member that doesn't have the specified guild role.@interface
The annotated element must not be the specified user or member.@interface
The annotated element must be a user or member that have the specified discord permission.@interface
The annotated element must be member that have the specified guild role.@interface
The annotated element must be the specified user or member.