Kabir Khan wrote:
Since AS 5 does not use load time weaving out of the box, we have not
put much effort into optimizing that. You can however use the
Include/Exclude attributes of the AspectManagerService to control what
is woven. Also, previously we matched every joinpoint of every class
against every binding. Bindings are now classified, so for example we
only match a constructor against bindings that could pick out a
constructor. Flavia has written some great stuff to optimize this
further, but it is too late for AOP 2.0.0.GA.
We should put it on the roadmap for AS 5.0.1, then.