Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] "AspectJ compilation question"

Hi all,

  I´m have a simple question for you:

   AspectJ weaving is the process achieved to generate the instrumented bytecode, by combining both class and aspect. However, is there a possibility (compilation strategy) to define an aspect to affect the class when the source code is not available ( e.g., bytecode classes in a jar file) ?

Thanks for any help!

--
Henrique Mostaert

Back to the top