On Tue, Mar 17, 2009 at 2:34 AM, Howard Lewis Ship <[email protected]> wrote: > I think I favor decoration when you know the interface and compile > time, reserving advice for when the interface is unknown.
The commited code uses decoration (through AspectDecorator), not advising. I even haven't taken a look at advising yet. :) Just the class that implements the advice is named ComponentEventLinkEncoderMethodAdvice because it implements MethodAdvice. ;) -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
