jooq/jOOQ-examples/jOOQ-checker-framework-example
2016-05-09 15:04:02 +02:00
..
src/main/java/org/jooq/example/checker [#5246] Add an org.jooq.Allow.PlainSQL annotation and a PlainSQLChecker using JSR-308 and the checker framework 2016-05-09 13:03:14 +02:00
.gitignore
LICENSE.txt
pom.xml [#5246] Add an org.jooq.Allow.PlainSQL annotation and a PlainSQLChecker using JSR-308 and the checker framework 2016-05-09 13:03:14 +02:00
README.md Fixed URL 2016-05-09 15:04:02 +02:00

Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.

To install and run this example, simply check it out and run the following Maven command

$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-checker-framework-example
...
$ mvn clean install