JDK 10 RFR of JDK-8191162: Use @implSpec tag for javax.lang.model.util visitor methods

joe darcy joe.darcy at oracle.com
Sun Nov 19 15:50:18 UTC 2017


PS And corresponding CSR for review as well:

     https://bugs.openjdk.java.net/browse/JDK-8191534

Thanks,

-Joe


On 11/19/2017 6:49 AM, joe darcy wrote:
> Hello,
>
> Please review the changes to address
>
>     JDK-8191162: Use @implSpec tag for javax.lang.model.util visitor 
> methods
>
>     http://cr.openjdk.java.net/~darcy/8191162.1/
>     http://cr.openjdk.java.net/~darcy/8191162.1-specdiff/
>
> As the title of the bug implies, the change attempts to more 
> systematically use @implSpec tags in the various concrete visitor 
> methods to separate out required behavior for the method and its 
> overrides vs the specified behavior for a particular method in a class.
>
> Thanks,
>
> -Joe
>



More information about the compiler-dev mailing list