Annotation Type Negative
@Documented @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) public @interface Negative
Indicates that the annotated item will be negative (i.e., less than zero).
@Documented @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) public @interface Negative