6

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

Eran Medan
  • 44,555
  • 61
  • 184
  • 276

2 Answers2

11

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.

Upgradingdave
  • 12,916
  • 10
  • 62
  • 72
3

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