Aspect-oriented programming in Java

后端 未结 5 1950
遇见更好的自我
遇见更好的自我 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:30

    If you're already using Spring, managed obejects already have AOP support. Whilst not quite as flexible as AspectJ, it doesn't require the precompilation step that AspectJ does.

提交回复
热议问题