Annotation Processors are the simplest way to have something that will be picked up as part of the compile process. *ANY* compile process. Your IDE, maven, ant, ivy, gradle, etc with 0 conf. Using an AP is using the right tool for the job. Writing an ant plugin or an elaborate task is overengineering
Op donderdag 23 juni 2011 14:02:00 UTC+2 schreef KWright het volgende: > Before everyone here gets too far ahead of themselves, can we please stop > over-engineering. > > so do whatever it takes to turn into an ant/maven/gradle/rake/sbt/whatever > task. > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To view this discussion on the web visit https://groups.google.com/d/msg/javaposse/-/Y1Gk51yEH0QJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
