src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlConstants.java

changeset 2035
a2a5ad0853ed
parent 1606
ccbe7ffdd867
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlConstants.java	Wed Sep 18 14:39:27 2013 +0200
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlConstants.java	Wed Sep 18 17:13:26 2013 -0700
     1.3 @@ -94,6 +94,12 @@
     1.4              new Comment("=========== ANNOTATION TYPE REQUIRED MEMBER SUMMARY ===========");
     1.5  
     1.6      /**
     1.7 +     * Marker to identify start of annotation type required member summary.
     1.8 +     */
     1.9 +    public static final Content START_OF_ANNOTATION_TYPE_FIELD_SUMMARY =
    1.10 +            new Comment("=========== ANNOTATION TYPE FIELD SUMMARY ===========");
    1.11 +
    1.12 +    /**
    1.13       * Marker to identify start of constructor summary.
    1.14       */
    1.15      public static final Content START_OF_CONSTRUCTOR_SUMMARY =
    1.16 @@ -130,6 +136,12 @@
    1.17              new Comment("============ ANNOTATION TYPE MEMBER DETAIL ===========");
    1.18  
    1.19      /**
    1.20 +     * Marker to identify start of annotation type field details.
    1.21 +     */
    1.22 +    public static final Content START_OF_ANNOTATION_TYPE_FIELD_DETAILS =
    1.23 +            new Comment("============ ANNOTATION TYPE FIELD DETAIL ===========");
    1.24 +
    1.25 +    /**
    1.26       * Marker to identify start of method details.
    1.27       */
    1.28      public static final Content START_OF_METHOD_DETAILS =

mercurial