Kabir Khan wrote:
Bill, did you make any measurements with AOP being turned off by default? ATM every bean
is checked for bindings unless @DisableAOP is specified, it should probably be the other
way round.
Yes, i agree it should have been the other way round. There was a
discussion about this same thing some months back and at that point it
was decided to go with @DisableAOP
http://lists.jboss.org/pipermail/jboss-development/2009-May/014371.html.
I would however still say that if at the AOPDependencyBuilder is
required, then it should be either enabled explicitly (@EnableAOP) or
enabled transparently for only those beans which need this.
-Jaikiran