Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] New "New Aspect" wizard


This is just to let you all know of a recent commit to CVS: a new implementation of the New Aspect wizard, as listed on the Work Tasks page, and scheduled for release in version 1.1.5. This is designed to be consistent with the JDT New Class wizard, but from an implementation standpoint is less tightly coupled. This gives us the flexibility to implement more Aspect-specific functionality. The new wizard by default creates ".aj" files rather than ".java" files (there is now a preference for this under Properties -> AspectJ for each project), and supports AspectJ modifiers such as "privileged". Also supported is the creation of inner aspects - ones enclosed within an existing Java class.

Feedback and bug reports welcome :)

Regards,

Matt.

Back to the top