On Thu, 22 Sep 2022 04:36:08 GMT, Joe Darcy <da...@openjdk.org> wrote:

> Consider using an implSpec tag here.

implSpec is usually for default methods or overrideable methods. In this case, 
Thread.stop is final so code that extends Thread can't override and change the 
behavior. So it's not clear to me that implSpec would be useful as it would 
duplicate the description in the generated javadoc.

-------------

PR: https://git.openjdk.org/jdk/pull/10230

Reply via email to