Javadoc and @since in com.sun.source.tree

Werner Dietl wdietl at gmail.com
Mon Jul 29 17:44:29 PDT 2013


JSR 308 added a few methods/enum constants in com.sun.source.tree, e.g.:

com.sun.source.tree.Tree.Kind.ANNOTATED_TYPE
com.sun.source.tree.TypeParameterTree.getAnnotations()

These currently have no Javadoc (which is consistent with the lack of
Javadoc in other such classes) and no @since 1.8.
As these classes are @jdk.Supported, I think it would be nice to
document our changes.
Should I add some first blurbs or is somebody else better suited?

Cheers,
cu, WMD.

-- 
http://www.google.com/profiles/wdietl


More information about the type-annotations-dev mailing list