Just ran into an interesting little hack today. Basically, the interface includes a method:
public void __do_not_implement_this_interface_extend_FooImpl_instead(); I'm far from convinced I like it, but it sure is right in your face in case you don't read javadocs! ;) Philippe On Wed, Dec 8, 2010 at 12:11 PM, Ray Ryan <[email protected]> wrote: > I hope that doesn't come across as having ignored Neil, John et al. I do > prefer using interface + abstract class, but I don't really believe that > people actually read JavaDoc, and I'm certain we need to mess with this > interface just a bit more. > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
