@Documented
@Retention(CLASS)
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
@Pro
public @interface Pro
An annotation that indicates that any given API is available to the
 commercial jOOQ distributions only, including the jOOQ Express Edition, the
 jOOQ Professional Edition, and the jOOQ Enterprise Edition.
 
Among other things, this is used to remove logic (e.g. classes, methods) and (static) imports from referencing classes.
- Author:
- Lukas Eder