Annotation Interface Numeric


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface Numeric
Indicates that a field or parameter must contain a numeric value.

This annotation can be applied to fields or method parameters to enforce that their values are valid numbers (e.g., integers, decimals). The framework will validate the input accordingly.

Since:
1.0.0
Version:
1.0.0
Author:
Sandratra NIAINA