mpeltonen / sbt-idea

A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files
Other
1.07k stars 153 forks source link

Configuration of java annotation processors #320

Open mwisnicki opened 10 years ago

mwisnicki commented 10 years ago

I need to enable annotation processing in certain project. Obtaining processors from project classpath is enough for me. Either I can't find it or it's not supported.