- Enclosing class:
- Allow
@Target({METHOD,CONSTRUCTOR,TYPE,PACKAGE})
@Retention(RUNTIME)
@Documented
@Inherited
public static @interface Allow.PlainSQL
This annotation allows 
Allow.PlainSQL API usage within the scope of
 where it is placed.
 
 Type checking for these annotations can be supplied by
 org.jooq.checker.PlainSQLChecker from the jOOQ-checker
 module.
- Author:
- Lukas Eder