Home
last modified time | relevance | path

Searched refs:Nonnegative (Results 1 – 3 of 3) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/
DNonnegative.java15 public @interface Nonnegative { annotation
18 class Checker implements TypeQualifierValidator<Nonnegative> {
20 public When forConstantValue(Nonnegative annotation, Object v) { in forConstantValue()
DSigned.java14 @Nonnegative(when = When.UNKNOWN)
DCheckForSigned.java20 @Nonnegative(when = When.MAYBE)