Group: AspectJ
Sort:
popular
|
newest
1. AspectJ Weaver3,283 usages
org.aspectj » aspectjweaverEPL
The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time
weaving (LTW) during class-loading and also contains the AspectJ runtime classes.
Last Release on Dec 2, 2023
2. AspectJ Runtime2,986 usages
org.aspectj » aspectjrtEPL
The AspectJ runtime is a small library necessary to run Java programs enhanced by AspectJ aspects during a previous
compile-time or post-compile-time (binary weaving) build step.
Last Release on Dec 2, 2023
3. AspectJ Tools (Compiler)386 usages
org.aspectj » aspectjtoolsEPL
AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during
compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based
@AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step.
This library is a superset of AspectJ weaver and hence also of AspectJ runtime.
Last Release on Dec 2, 2023
6. AspectJ Library9 usages
org.aspectj » org.aspectj-library
AspectJ Library
Last Release on Dec 13, 2012
8. AspectJ Runtime4 usages
org.aspectj » org.aspectj.runtime
AspectJ Runtime
Last Release on May 14, 2018
11. SpringSource Org AspectJ Tools1 usages
org.aspectj » com.springsource.org.aspectj.tools
SpringSource Org AspectJ Tools
Last Release on Mar 14, 2013
12. AspectJ Weaver1 usages
org.aspectj » org.aspectj.weaver
AspectJ Weaver
Last Release on Jan 10, 2023
13. AspectJ Matcher1 usages
org.aspectj » aspectjmatcherEPL
The AspectJ matcher can be used for matching pointcuts independently of any AspectJ compilation or weaving steps.
Most notably, this can be used by frameworks such as Spring AOP which utilise the @AspectJ pointcut syntax but
implement aspect weaving in a way independent of AspectJ, e.g. using dynamic proxies.
Last Release on Dec 2, 2023
15. SpringSource Org AspectJ Matcher
org.aspectj » com.springsource.org.aspectj.matcher
SpringSource Org AspectJ Matcher
Last Release on Mar 14, 2013
17. SpringSource Org AspectJ Library
org.aspectj » com.springsource.org.aspectj.lib
SpringSource Org AspectJ Library
Last Release on May 14, 2018
18. JDT Core For AspectJ
org.aspectj » org.eclipse.jdt.coreEPL
AspectJ forks Eclipse Java Development Tools (JDT) Core, utilising the Eclipse Compiler (ECJ) + APT classes as the
foundation for the AspectJ Compiler (AJC).
Last Release on Dec 2, 2023
Related Books
Implementing JML Contracts with AspectJ: Improving instrumentation and checking of JML contracts (2012) by Henrique Rebelo, Ricardo Massa F. Lima, Márcio L. Cornélio | |
Deriving Refactorings for AspectJ: An approach to refactoring aspect-oriented applications using composed programming laws (2011) by Leonardo Cole, Paulo Borba | |
AspectJ in Action: Enterprise AOP with Spring Applications (2009) by Ramnivas Laddad | |
AspectJ Cookbook: Aspect Oriented Solutions to Real-World Problems (2004) by Russ Miles | |
Eclipse AspectJ: Aspect-Oriented Programming with AspectJ and the Eclipse AspectJ Development Tools (2004) by Adrian Colyer, Andy Clement, George Harley, Matthew Webster | |
AspectJ Cookbook: Aspect Oriented Solutions to Real-World Problems (2004) by Russ Miles | |
Aspectj in Action: Practical Aspect-Oriented Programming (2003) by Ramnivas Laddad | |
Mastering AspectJ: Aspect-Oriented Programming in Java (2003) by Joseph D. Gradecki, Nicholas Lesiecki | |
Aspect-Oriented Programming with AspectJ (2002) by Ivan Kiselev |