Re: marking a method as default in javadocs

2012-10-17 Thread Brian Goetz
Yes, there is such a plan. Sent from my iPhone On Oct 17, 2012, at 4:40 AM, Deepak S Patwardhan wrote: > Hi, > > Looking at javadocs (as generated by the javadoc command) there is no way to > know if an interface method has a default or if an interface is a functional > interface. Is there a

marking a method as default in javadocs

2012-10-17 Thread Deepak S Patwardhan
Hi, Looking at javadocs (as generated by the javadoc command) there is no way to know if an interface method has a default or if an interface is a functional interface. Is there a plan to address either concerns ? Javadocs should carry this information. It will be helpful, in general, and a neces