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