Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Eliminating aspect .class files

Hello,

I have just started working on AspectJ and I find that the ajc does not
inject the body of inter-type method declarations into the target .class
file.

e.g. If the aspect Aj.aj is adding a method to the class A.java then
Aj.class contains the
        body of the method.

Is there a way to completely eliminate Aj.class and inject all the
methods along with their  bodies directly into A.class?

Thanks,
----- Saurabh



Back to the top