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 14:49:59 UTC 2017


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