Module com.github.rvesse.airline
Package com.github.rvesse.airline.annotations.restrictions.ranges
-
Annotation Types Summary Annotation Type Description ByteRange Annotation that marks values as being restricted to a given byte rangeDoubleRange Annotation that marks values as being restricted to a given double rangeFloatRange Annotation that marks values as being restricted to a given float rangeIntegerRange Annotation that marks values as being restricted to a given integer rangeLengthRange Annotation that marks values as being restricted to a given length range i.e.LexicalRange Annotation that marks values as being restricted to a given lexical rangeLongRange Annotation that marks values as being restricted to a given long integer rangeNegative Annotation that marks values as being restricted to being a negative valuePositive Annotation that marks values as being restricted to being a positive valueShortRange Annotation that marks values as being restricted to a given short integer range