@Retention(value=CLASS) @Target(value={METHOD,FIELD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public @interface Negative
val < 0).
This can be applied to methods, fields, parameters, local variables, and types to specify constraints
or document the intended usage.NonNegative,
NonPositive,
Positive,
Rangepublic abstract String value
Copyright © 2024. All rights reserved.