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 interfaceCheckForSignedUsed 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 nonnegativeinterfaceSignedUsed to annotate a value of unknown signMethods in javax.annotation with parameters of type Nonnegative Modifier and Type Method Description WhenNonnegative.Checker. forConstantValue(Nonnegative annotation, java.lang.Object v)
-