Skip to main content

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

Yes, AspectJ supports weaving inpath classes and jars. This is available through the ajc command line interface, ant tools, and Eclipse plugin AJDT.

 


From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Henrique Mostaert
Sent: Tuesday, October 23, 2007 8:27 AM
To: aspectj-users@xxxxxxxxxxx
Subject: [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