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
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