Hey All, I have created a JIRA entry for adding a Builder interface to the builder package. The JIRA entry is 601 (http://issues.apache.org/jira/browse/LANG-601). The basic suggestion is to add an interface Builder<T> that provides a "T build()" method to indicate that a class is capable of building a specific type of object or result. I also suggested updating the current *Builder classes to implement this interface.
I have also included a patch for this submission that includes all of the additions/changes suggested. Thanks. -Michael --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org