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.
更新时间: 2024-05-11 14:29org.aspectj » org.eclipse.jdt.core
AspectJ forks Eclipse Java Development Tools (JDT) Core, utilising the Eclipse Compiler (ECJ) + APT classes as the foundation for the AspectJ Compiler (AJC).
更新时间: 2024-03-24 00:54仓库 | 个数 |
Central | 592045 |