Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "AspectJ"

m
Line 16: Line 16:
 
** [[AspectJRuntimeSpeed|For better run time performances]]
 
** [[AspectJRuntimeSpeed|For better run time performances]]
 
** [[AspectJCoding|For cleaner coding]]
 
** [[AspectJCoding|For cleaner coding]]
 +
* [[ReusableAspectsAndAspectLibraries|Reusable aspects and aspect libraries]]
 
* [[AspectJLint|AspectJ Lint messages]]
 
* [[AspectJLint|AspectJ Lint messages]]
 
* [[AspectJPitfalls|Common pitfalls and their solutions]]
 
* [[AspectJPitfalls|Common pitfalls and their solutions]]

Revision as of 12:22, 3 June 2011

AspectJ is an easy to learn and use, seamless aspect-oriented extension to the Java programming language.

Learn more about AspectJ on the project main page and the official docs.

This wiki pages are used for collaborative documentation efforts regarding :

Back to the top