Annotation Interface VaildScore
@Documented
@Constraint(validatedBy=ScoreValidator.class)
@Target({METHOD,FIELD})
@Retention(RUNTIME)
public @interface VaildScore
The annotated element must be a valid score.
- Author:
- Thomas Turrell-Croft, István Rátkai (Selindek)
- See Also:
-
Optional Element Summary
Optional Elements