> I'm new to AOP and I don't understand all for now.
> From my experience with Java I understand better if I can see source code.
>
> Where/how can I see source code generated with AspectJ?
> With some Java decompiler?
Well do you mean byte code (you mentioned decompilers)
or java source code?
It demonstrates the basic features provided by AspectJ and shows some
limitations. But getting byte code of weaven applications, can be done
by every decompiler. The aspectJ compiler produces the Java compliant
byte code. So nearly every VM and every decompiler should be able
to handle that byte code.
> I'm new to AOP and I don't understand all for now.
> From my experience with Java I understand better if I can see source code.
>
> Where/how can I see source code generated with AspectJ?
> With some Java decompiler?
Well do you mean byte code (you mentioned decompilers)
or java source code?
It demonstrates the basic features provided by AspectJ and shows some
limitations. But getting byte code of weaven applications, can be done
by every decompiler. The aspectJ compiler produces the Java compliant
byte code. So nearly every VM and every decompiler should be able
to handle that byte code.