Annotation Type MultipleOf
-
@Retention(RUNTIME) @Target(FIELD) public @interface MultipleOf
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The value that we must be a multiple of
-
@Retention(RUNTIME)
@Target(FIELD)
public @interface MultipleOf
Modifier and Type | Required Element | Description |
---|---|---|
int |
value |
The value that we must be a multiple of
|