[lambda-leftovers] Underscore parameter for abstract/native methods

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Mon Jun 26 09:32:41 UTC 2017



On 25/06/17 23:23, John Rose wrote:
> On Jun 25, 2017, at 2:47 PM, Brian Goetz <brian.goetz at oracle.com> wrote:
>> How can one write a spec for a method parameter with no name?
> For example, "this method sums both of its arguments."
> There are plenty of examples like that.
Sure - but at the very least it should be decided what needs to be done 
for @param - clearly having many

@param _
@param _

on a method doc doesn't make a lot of sense. So maybe the rule is that 
if you want unnamed you are silently opting out of javadoc for that 
parameter?

Maurizio



More information about the amber-dev mailing list