| Re: [aspectj-users] ITD - why public ? |
Hi Simon
thanks a lot for this helpfull explanation.
ut still I would recommend to move ALL the code in the aspect, having those fields private, and having every method that must access those fields inside the same aspect, which reduces coupling a lot.
Regards Roger