On 2011-02-09 14.29, Edward Yakop wrote:
Intercepting new?! Similar to this <http://static.springsource.org/spring/docs/3.0.5.RELEASE/reference/aop.html#aop-aj-ltw-environments>? Although Spring support both load time weaving and compile weaving.
Something like that yeah. If you do "new MyTransient()" we could do it on a class that instantiates it as a transient composite instead, if registered. Maybe. Has to be tested.
/Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

