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