Annotation Interface Rate
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=RateValidator.class)
@Documented
public @interface Rate
Validator for rate in application.properties.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements