Package | Description |
---|---|
javax.annotation |
Modifier and Type | Class | Description |
---|---|---|
interface |
CheckForSigned |
Used to annotate a value that may be negative; uses of it should check for negative values
before using it in a way that requires the value to be nonnegative
|
interface |
Signed |
Used to annotate a value of unknown sign
|
Modifier and Type | Method | Description |
---|---|---|
When |
Nonnegative.Checker.forConstantValue(Nonnegative annotation,
java.lang.Object v) |