Package io.github.kaktushose.jdac.annotations.constraints


package io.github.kaktushose.jdac.annotations.constraints
All annotations needed for parameter validation.
  • Annotation Interfaces
    Class
    Description
    Indicates that an annotation type can be used for parameter validation.
    The annotated element must be a number whose value must be less or equal to the specified maximum.
    The annotated element must be a number whose value must be greater or equal to the specified minimum.
    The annotated element must be a Member that doesn't have the specified discord permission.
    The annotated element must be a Member that have the specified discord permission.