package javax.lang missing in OpenJDK sources
Joseph D. Darcy
Joe.Darcy at Sun.COM
Mon Dec 7 01:16:38 UTC 2009
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
More information about the core-libs-dev
mailing list