Bug 303916 - allow explicit specification of annotation processor
Summary: allow explicit specification of annotation processor
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: APT (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows Server 2003
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Generic inbox for the JDT-APT component CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 10:33 EST by Howard CLA
Modified: 2015-03-28 08:43 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?