ProcessHandle::getPid

mark.reinhold at oracle.com mark.reinhold at oracle.com
Fri Apr 7 14:29:41 UTC 2017


Playing around with the `ProcessHandle` API the other day, I noticed
that it uses non-Beans accessor names (good!) -- except for `getPid()`.

Is there a reason why that method isn't just `pid()`?

- Mark


More information about the core-libs-dev mailing list