Relates :
|
|
Relates :
|
Working on JDK-8216497 we encountered a case where we need to retrieve the numeric feature release version from a `javax.lang.model.SourceVersion` constant. Currently, the only way to achieve this is to extract the version number from the value's name, which is not a very good solution. `SourceVersion` should provide a method that returns the release as an `int`.
|