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 POJOOS (POJOs on Steroids) to me
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 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.