javax.annotation
Annotation Type Nonnegative


@Documented
@TypeQualifier(applicableTo=java.lang.Number.class)
@Retention(value=RUNTIME)
public @interface Nonnegative

Used to annotate a value that should only contain nonnegative values


Optional Element Summary
 When when
           
 

when

public abstract When when
Default:
ALWAYS