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