@Documented @Target(value={TYPE_USE,PARAMETER,METHOD,FIELD,LOCAL_VARIABLE}) @Retention(value=RUNTIME) public @interface MultipleOf
| Modifier and Type | Required Element and Description |
|---|---|
long |
value
Returns the value of which the annotated numeric value is a multiple of.
|
Copyright © 2017. All rights reserved.