我似乎可以找到1.4.2兼容性的指南。
能在AOP上胜任的人可以给我一个提示。
http://www.eclipse.org/aspectj/downloads.php
最佳答案
您可以使用最新版本。您将无法使用
@Aspect annotation
但是,您可以按“旧方法”来编写方面,它将起作用。
我还建议您为Eclipse下载AJDT插件。在开发方面时,它会为您提供以下视觉提示:
all the methods/class advised by a pointcut
advices all over your codebase.
开发期间非常有帮助。相。
关于java - 哪个版本的AspectJ适用于Java 1.4.2?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/7446457/