Annotation Type Validator


@Documented
@Retention(RUNTIME)
@Target(TYPE)
public @interface Validator
Indicates the annotated class should use the given SQLValidator to verify sql statements.
Since:
1.0
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    java.lang.Class<? extends SQLValidator> value