Module com.github.rvesse.airline
Annotation Interface Negative
Annotation that marks values as being restricted to being a negative value
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Sets whether zero is considered a negative number (default false)
-
Element Details
-
includesZero
boolean includesZeroSets whether zero is considered a negative number (default false)- Returns:
- True if zero is considered negative, false otherwise
- Default:
false
-