Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] add aspect without source

Hi,

This might be one of those newbie questions, so please bare with me...

I'd like to know if it is possible to weave aspects into existing class files without the actual java source code.  In other word, can ajc work strictly at the bytecode level and weave new aspects (pointcuts) into existing compiled classes?

Any word on this would be greatly appreciated!
-- 
Thanks,
Mike Liu


Back to the top