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 either negative or nonnegative, and indicates that uses of it should check for negative values before using it in a way that requires the value to be nonnegative, and check for it being nonnegative before using it in a way that requires it to be negative.
 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)
           
 



Copyright © {inceptionYear}-2009 null. All Rights Reserved.