Enabling mechanism is part of JDK actually [1] and works from command line (javac), Maven, ant, etc. IDE integration is icing on the cake.
Andrus [1] https://docs.oracle.com/javase/7/docs/api/javax/annotation/processing/Processor.html > On Mar 1, 2016, at 4:57 PM, Michael Gentry <mgen...@masslight.net> wrote: > > That's nifty, but it seems to need to be baked into Eclipse to work? > > > On Tue, Mar 1, 2016 at 6:55 AM, Andrus Adamchik <and...@objectstyle.org> > wrote: > >> Maybe it is time to start using compile annotation processors in Cayenne? >> E.g. see this video: >> >> https://projectlombok.org/ >> >> Andrus