Re: RFR: JEP 359-Records: javadoc code

2019-10-31 Thread Brian Goetz
Let’s look at this through the lens of “what information would the reader want to know about this class.” And surely, finality is one of the bits of information the reader wants to know, because they might be wondering “can I subclass this.” On the other hand, you might say “well of course, re

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