/* * @test /nodynamiccopyright/ * @bug 8004832 * @summary Add new doclint package * @library .. * @build DocLintTester * @run main DocLintTester -ref TextNotAllowed.out TextNotAllowed.java */ /** *
abc
term
def
description
ghi
*
    abc
  1. item
  2. def
  3. item
  4. ghi
* * * abc
* abc
* abc
* abc
* abc
* *
&
term
<
description
>
*
    &
  1. item
  2. <
  3. item
  4. >
* * * &
* &
* &
* &
* &
* */ public class TextNotAllowed { }