Spring Roo - How to use it without AspectJ?
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.
精彩评论