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 13: Line 13:
 
** [[AspectJRuntimeSpeed|For better run time performances]]
 
** [[AspectJRuntimeSpeed|For better run time performances]]
 
** [[AspectJCoding|For cleaner coding]]
 
** [[AspectJCoding|For cleaner coding]]
* [[AspectJXlist|Xlint messages explanations]]
+
* [[AspectJLint|AspectJ Lint messages]]
 
* [[AspectJPitfalls|Common pitfalls and their solutions]]
 
* [[AspectJPitfalls|Common pitfalls and their solutions]]
 
* [[AspectJProjects|Projects using AspectJ]]
 
* [[AspectJProjects|Projects using AspectJ]]

Revision as of 21:15, 12 October 2009

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