Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ API ?

maybe i should reformulate my question:

having a custom classloader, how can I adapt it to invoke the aspectj weaver ?
the faq says it is possible, but i couldn't find some example.

thanks,
Valerio


Valerio Schiavoni ha scritto:

is there some API available so providing as arguments the bytecode (not yet the .class file, the class bytes) and aspects (either in source code or bytecode) i get a resulting bytecode where the aspects have been woven in the class bytes?



Back to the top