Skip to main content

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

Hello
is it possible to apply aspects to bytecodes without passing through the command-line interface?
more in detail:

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?

I can provide a usecase if necessary (i didn't do that now because it requires some background to be explained).

Thanks,
Valerio





Back to the top