开发者

Spring Roo - How to use it without AspectJ?

开发者 https://www.devze.com 2023-02-06 13:01 出处:网络
Is there a way to have Roo generate real POJOs and not AspectJ enhanced ones? I want more PO in my JOs, AJ make it look like开发者_Go百科 POJOOS (POJOs on Steroids) to meI think Roo always creates pr

Is there a way to have Roo generate real POJOs and not AspectJ enhanced ones?

I want more PO in my JOs, AJ make it look like开发者_Go百科 POJOOS (POJOs on Steroids) to me


I think Roo always creates projects using aspectj. However, you can do a "push in refactor" from eclipse or Spring Tool Suite (which removes aspectj as well as roo project support) as describe here.


Answer is no. AspectJ inter-type declarations (ITD) are core to the Roo approach.

0

精彩评论

暂无评论...
验证码 换一张
取 消