RFR: 8046485: Add missing @since tag under javax.swing.* (original) (raw)

Alexander Scherbatiy alexandr.scherbatiy at oracle.com
Wed Jun 18 10:44:31 UTC 2014


The fix looks good for me.

Thanks, Alexandr.

On 6/11/2014 4:00 AM, Henry Jen wrote:

Hi,

Please review a trivial webrev that provides missing @since tag for elements under javax.swing, Essentially it's simply add @since 1.2 for all classes/interfaces/exception that are missing @since tag, as JDK 1.2 package.html has @since tag but was removed in 1.3. The @since tag is added to *.java instead of package.html so that we can have javac report javadoc via javax.lang.model.util.Elements.getDocComment(Element c). http://cr.openjdk.java.net/~henryjen/jdk9/8046485/0/webrev/ Cheers, Henry



More information about the core-libs-dev mailing list