Annotation Type NonPositive
@Documented @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) public @interface NonPositive
Indicates that the annotated item will be non-positive (i.e., less than or equal to zero).
@Documented @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) public @interface NonPositive