Enum.valueOf(String)
Jonathan Gibbons
jonathan.gibbons at oracle.com
Tue Aug 20 02:23:19 UTC 2013
> ------------------------------------------------------------------------
> I noticed this method is not listed in the Javadocs for 5/6/7/8 but it's
> part of every enum. Is this an oversight or is there a good reason why it's
> not documented?
>
> --
> Cheers,
> Paul
Paul,
Can you give more details?
On a sample size of one, I see the method descriptions being generated
correctly
http://docs.oracle.com/javase/7/docs/api/javax/lang/model/SourceVersion.html
http://docs.oracle.com/javase/7/docs/api/javax/lang/model/SourceVersion.html#valueOf%28java.lang.String%29
http://docs.oracle.com/javase/7/docs/api/javax/lang/model/SourceVersion.html#values%28%29
-- Jon
More information about the core-libs-dev
mailing list