Open
Description
E.g.:
@numeric-constraints(min=1, max=12)
unboxed month (int32);
Possible options:
-
min
(inclusive; cannot be used withgreater-than
): Add numeric-constraints annotation #271 -
max
(inclusive; cannot be used withless-than
): Add numeric-constraints annotation #271 -
greater-than
(exclusive; cannot be used withmin
) -
less-than
(exclusive; cannot be used withmax
)