General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
AspectJ and its Use
I recently started using AspectJ and need some advice regarding the following
1) Are aspects really non-intrusive? I wrote a small class (Test.java" and an Aspect that works fine but when i reversed Test.class i found some aspect code injected in it.
2) I want to use Aspect to work on my existing application (without recompiling my existing source), would Aspect still work for me?
I am not too sure if this is the right forum to ask !!
thanks in advance
-Hari