Ulf Zibis wrote:
Hi,in class java.lang.Character in javadoc of method isJavaIdentifierStart(char ch) I find reference:@see javax.lang.model.SourceVersion#isIdentifier(CharSequence) But there is no package javax.lang in OpenJDK sources. =-O
Yes there is, but is lives in the langtools repository rather than the jdk repo.
-Joe
