|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface DoubleRange
Requires that the double attribute value is between min() (inclusively) and
max() (inclusively).
| Optional Element Summary | |
|---|---|
double |
max
Maximum value for the attribute, inclusive. |
double |
min
Minimum value for the attribute, inclusive. |
public abstract double min
public abstract double max
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||