On Fri, Jun 13, 2008 at 7:02 PM, Matthijs Wensveen <[EMAIL PROTECTED]> wrote:
> It's good to know that when you reach the same conclusion it is a deliberate > one. > BTW, interfaces are useful for this, but not a necessity. Or am I the only > one thinking that (I seem to be... hmm...). More interfaces mean even more > scrolling through the I's in the javadoc, nooooo, lol. Interfaces aren't required to create decorators. Commons proxy (via Javassist and CGLIB) can create decorators for bean classes or interfaces. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
