Uses of Class
javax.annotation.Nonnegative

Packages that use Nonnegative
javax.annotation   
 

Uses of Nonnegative in javax.annotation
 

Classes in javax.annotation with annotations of type Nonnegative
 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
 

Methods in javax.annotation with parameters of type Nonnegative
 When Nonnegative.Checker.forConstantValue(Nonnegative annotation, java.lang.Object v)