Bug 303916

Summary: allow explicit specification of annotation processor
Product: [Eclipse Project] JDT Reporter: Howard <valencez17>
Component: APTAssignee: Generic inbox for the JDT-APT component <jdt-apt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: eclipse, igor
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows Server 2003   
Whiteboard:

Description Howard CLA 2010-02-25 10:33:19 EST
Build Identifier: Version: 3.5.0 Build id: I20090611-1540

allow explicit specification of annotation processor.

javac auto-discover annotation processor using META-INF/services/javax.annotation.processing.Processor or be explicitly told using -processor argument.  Feature request is for Eclipse to support the latter.

Need this to work around http://issues.apache.org/jira/browse/OPENJPA-1382 without needing to hack the jar file

Reproducible: Always
Comment 1 Walter Harley CLA 2010-02-25 12:21:55 EST
Hi, Howard.  This and Bug 303914 both seem like pretty reasonable suggestions, if appropriate UI can be devised.  However, not much active development is happening on APT right now, due to lack of resources.  Would you be interested in developing and contributing a patch yourself?