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

Jonathan Gibbons jonathan.gibbons at oracle.com
Tue Apr 18 19:32:31 UTC 2017


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