org.qi4j.library.constraints.annotation
Annotation Type LessThan


@ConstraintDeclaration
@Retention(value=RUNTIME)
@Constraints(value=LessThanConstraint.class)
public @interface LessThan

Marks a property as being a number, non null, less than the specified value.


Required Element Summary
 double value
           
 

Element Detail

value

public abstract double value