|
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 IntModulo
Requires that the integer attribute value meets the condition:
attributeValue % == modulo()offset().
| Required Element Summary | |
|---|---|
int |
modulo
Modulo value. |
| Optional Element Summary | |
|---|---|
int |
offset
Offset value. |
| Element Detail |
|---|
public abstract int modulo
public abstract int offset
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||