Package com.github.rvesse.airline.annotations.restrictions.ranges


package com.github.rvesse.airline.annotations.restrictions.ranges
  • Annotation Interfaces
    Class
    Description
    Annotation that marks values as being restricted to a given byte range
    Annotation that marks values as being restricted to a given double range
    Annotation that marks values as being restricted to a given float range
    Annotation that marks values as being restricted to a given integer range
    Annotation that marks values as being restricted to a given length range i.e.
    Annotation that marks values as being restricted to a given lexical range
    Annotation that marks values as being restricted to a given long integer range
    Annotation that marks values as being restricted to being a negative value
    Annotation that marks values as being restricted to being a positive value
    Annotation that marks values as being restricted to a given short integer range