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"

(New page: AspectJ is an easy to learn and use, seamless aspect-oriented extension to the Java programming language. Learn more about AspectJ on [http://www.eclipse.org/aspectj/ the project main pag...)
 
Line 11: Line 11:
 
* Best practices
 
* Best practices
 
** [[AspectJBuildSpeed|For better build time performances]]
 
** [[AspectJBuildSpeed|For better build time performances]]
 +
** [[AspectJRuntimeSpeed|For better run time performances]]
 
** [[AspectJCoding|For cleaner coding]]
 
** [[AspectJCoding|For cleaner coding]]
 
* [[AspectJXlist|Xlint messages explanations]]
 
* [[AspectJXlist|Xlint messages explanations]]
 
* [[AspectJPitfalls|Common pitfalls and their solutions]]
 
* [[AspectJPitfalls|Common pitfalls and their solutions]]
 
* [[AspectJProjects|Projects using AspectJ]]
 
* [[AspectJProjects|Projects using AspectJ]]

Revision as of 20:12, 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