On Thu, Jul 3, 2014 at 1:05 AM, Mark Thomas <ma...@apache.org> wrote:
> On 3 July 2014 04:11:32 GMT+01:00, Leo Donahue <donahu...@gmail.com> > wrote: > >I don't want to start a war, but just curious if the Tomcat developers > >see > >any use case for adding default methods to any of the Interfaces in the > >API? > > Which API? > > Mark > > Well, for example, this Interface? http://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/catalina/Valve.java I was just curious if the Tomcat developers have any intent on creating default methods in Interfaces such as this one as opposed to using the abstract class ValveBase. Just wanted to know how people felt about Interface default methods in general. leo