Skip to main content

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

The short answer is "yes". Take a look around the documentation link on the
left side of:
http://eclipse.org/aspectj/

Cheers,
Nick
--- Mike Liu <mike@xxxxxxxxxxxxxx> wrote:

---------------------------------
    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
classfiles without the actual java source code.  In other word, can ajc
workstrictly at the bytecode level and weave new aspects (pointcuts)
intoexisting compiled classes?

Any word on this would be greatly appreciated!

-- Thanks,Mike Liu
_______________________________________________aspectj-users mailing
listaspectj-users@eclipse.orghttp://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top