-
Notifications
You must be signed in to change notification settings - Fork 23
add annotated sql to IDEA
hamsterksu edited this page Feb 7, 2013
·
5 revisions
To use annotated sql with IDEA you should add annotations jar to project class path and configure annotation processor:
- go to Settings->Compiler->Annotations Processors
- enable annotations processing
- choose processor jar
- define processor: com.annotatedsql.processor.provider.ProviderProcessor; com.annotatedsql.processor.sql.SQLProcessor