/* * @test /nodynamiccopyright/ * @bug 8006251 8022173 * @summary test other tags * @library .. * @build DocLintTester * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java */ /** */ public class OtherTagsTest { /** *

abc * * * *


* * * * * */ public void knownInvalidTags() { } }