hi, I have a factory method and want weave a specific construction into it. so, is it possible to return a value from an around advice like this: advice call("Object* Factory::createObject()"): around(){ return new DerivedObject(); } ? cheers, steven