Package adams.core.option.constraint
- 
Class Summary Class Description AbstractOptionConstraint<T> Ancestor for constraints for options, e.g., lower/upper bound for numbers.NumericBounds<T extends Number> Constraint that enforces lower/upper bounds for numeric values.StringLength Constraint for enforcing min/max length of strings.