JDK 9 RFR of JDK-8178916: Update annotation processing API for terminology changes in modules

joe darcy joe.darcy at oracle.com
Tue Apr 18 20:12:33 UTC 2017


Hi Jon,

Will change to "Represents a directive within the declaration of this 
module." before pushing.

Thanks,

-Joe


On 4/18/2017 12:32 PM, Jonathan Gibbons wrote:
> You've changed the plurality of these lines:  "a module statement" vs. 
> "the directives".
>
> -- Jon
>
>
> On 4/18/17 12:23 PM, joe darcy wrote:
>>
>> @@ -121,12 +122,13 @@
>>      };
>>
>>      /**
>> -     * Represents a "module statement" within the declaration of 
>> this module.
>> +     * Represents the directives within the declaration of this
>> +     * module. The directives of a module declaration configure the
>> +     * module in the Java Platform Module System. 
>



More information about the compiler-dev mailing list