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