test/langtools/jdk/javadoc/doclet/testAnnotationTypes/TestAnnotationTypes.java
changeset 48654 36f58bd6269f
parent 47216 71c04702a3d5
child 49139 771616d26ca1
equal deleted inserted replaced
48653:89111a0e6355 48654:36f58bd6269f
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    54                 "<li>Detail:&nbsp;</li>\n"
    54                 "<li>Detail:&nbsp;</li>\n"
    55                 + "<li><a href=\"#annotation.type."
    55                 + "<li><a href=\"#annotation.type."
    56                 + "field.detail\">Field</a>&nbsp;|&nbsp;</li>",
    56                 + "field.detail\">Field</a>&nbsp;|&nbsp;</li>",
    57                 "<!-- =========== ANNOTATION TYPE FIELD SUMMARY =========== -->",
    57                 "<!-- =========== ANNOTATION TYPE FIELD SUMMARY =========== -->",
    58                 "<h3>Field Summary</h3>",
    58                 "<h3>Field Summary</h3>",
    59                 "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\"><a href=\"../"
    59                 "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\"><a href=\"#DEFAULT_NAME\">DEFAULT_NAME</a></span>"
    60                 + "pkg/AnnotationTypeField.html#DEFAULT_NAME\">DEFAULT_NAME</a></span>"
       
    61                 + "</code></th>",
    60                 + "</code></th>",
    62                 "<!-- ============ ANNOTATION TYPE FIELD DETAIL =========== -->",
    61                 "<!-- ============ ANNOTATION TYPE FIELD DETAIL =========== -->",
    63                 "<h4>DEFAULT_NAME</h4>\n"
    62                 "<h4>DEFAULT_NAME</h4>\n"
    64                 + "<pre>static final&nbsp;java."
    63                 + "<pre>static final&nbsp;java."
    65                 + "lang.String&nbsp;DEFAULT_NAME</pre>");
    64                 + "lang.String&nbsp;DEFAULT_NAME</pre>");