Aspect-oriented programming in Java

后端 未结 5 1948
遇见更好的自我
遇见更好的自我 2021-01-12 08:00

What is the best tool for Java for aspect-oriented programming?

The requirements for a tool are of course IDE support, expressiveness and proper documentation.

5条回答
  •  走了就别回头了
    2021-01-12 08:44

    I would say AspectJ. The IDE part, as far as I know, is lacking, but documentation and expressiveness is among the best of the AOP frameworks I have seen.

提交回复
热议问题