哪个版本的 AspectJ 适合 Java 1.4.2?
I can seem to find an guide for 1.4.2 compatibility.
Can someone who is good in AOP give me a heads up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
I can seem to find an guide for 1.4.2 compatibility.
Can someone who is good in AOP give me a heads up.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以使用最新版本。你只是无法定义你的方面
,但你可以用“旧方式”编写你的方面,它会起作用。
我还建议您下载 Eclipse 的 AJDT 插件。在开发方面时,它会给您视觉提示:
在开发过程中非常有帮助。阶段。
You can use the latest version. You just won't be able to define your aspect with
But you can write your aspects the 'old way' and it will work.
I also recommend you dowload the AJDT plugin for eclipse. When developing your aspects it give you visual hints on :
Very helpful during dev. phase.
阅读您链接的页面:
或该页面链接到的常见问题解答:
Read the page you linked:
or the FAQ, which that page links to: