Group: AspectJ

Sort: popular | newest
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
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
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
SpringSource Org AspectJ Weaver
Last Release on Mar 14, 2013
SpringSource Org AspectJ Runtime
Last Release on Mar 14, 2013
AspectJ Library
Last Release on Dec 13, 2012

7. AspectJ Library8 usages

org.aspectj » aspectjlibEPL

AspectJ Library
Last Release on Nov 17, 2010
AspectJ Runtime
Last Release on May 14, 2018
AspectJ Runtime
Last Release on Jun 27, 2013
AspectJ Ajde
Last Release on May 14, 2018
SpringSource Org AspectJ Tools
Last Release on Mar 14, 2013
AspectJ Weaver
Last Release on Jan 10, 2023
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

14. AspectJ Weaver

org.aspectj » weaver

AspectJ Weaver
Last Release on May 22, 2012
SpringSource Org AspectJ Matcher
Last Release on Mar 14, 2013

16. Commons Lang

org.aspectj » commons-lang

Commons Lang
Last Release on Sep 16, 2022
SpringSource Org AspectJ Library
Last Release on May 14, 2018
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