Uses of Class
javax.annotation.Nonnegative
-
Packages that use Nonnegative Package Description javax.annotation -
-
Uses of Nonnegative in javax.annotation
Classes in javax.annotation with annotations of type Nonnegative 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 nonnegativeinterface
Signed
Used to annotate a value of unknown signMethods in javax.annotation with parameters of type Nonnegative Modifier and Type Method Description When
Nonnegative.Checker. forConstantValue(Nonnegative annotation, java.lang.Object v)
-