Uses of Annotation Type
javax.annotation.Nonnegative

Packages that use Nonnegative
Package
Description
 
  • Uses of Nonnegative in javax.annotation

    Classes in javax.annotation with annotations of type Nonnegative
    Modifier and Type
    Class
    Description
    @interface 
    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 
    Used to annotate a value of unknown sign.
    Methods in javax.annotation with parameters of type Nonnegative
    Modifier and Type
    Method
    Description
    Nonnegative.Checker.forConstantValue(Nonnegative annotation, Object v)