| Summary: | Add support for code generation using annotation processors in AspectJ Eclipse builder | ||
|---|---|---|---|
| Product: | [Tools] AJDT | Reporter: | Asad <room7hostel4> |
| Component: | Core | Assignee: | AJDT-inbox <AJDT-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | andrew.eisenberg |
| Version: | 2.1.3 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Asad
Please be specific here. Are you looking for integration with a Java 5 or Java 6 style annotation processor? This is an AJDT issue, so moving it to the AJDT project. I should have been more clear. Based on the mailing list discussion, you said that this is a Java 5 style annotation processor. This is something that needs to be fixed in AJDT. A Java 6 style annotation processor must be fixed in the compiler itself. This is a Java 5 style annotation processor. We had originally implemented a Java 6 annotation processor but it did not work at all. Based on guidance we got from the mailing list, we re-implemented it using Java 5 style. |