Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Weaver used in load-time

Hello there,

I've been sniffing through the source code of ajc, especially inside classes WeavingURLClassLoader and WeavingAdaptor, and it seems that after loading the definitions, BcelWeaver is used to weave aspects. Is it safe to say that this is the same weaver used in static (i.e. compile-time) weaving? Does it apply all the same analises and optimizations?

Thank you,

Eduardo Cordeiro


Back to the top