langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/ClassWriter.java
changeset 14965 bb1eb01b8c41
parent 14265 4e8e488eeae0
equal deleted inserted replaced
14964:391288e42c67 14965:bb1eb01b8c41
   115      * @param classInfoTree content tree to which the documentation will be added
   115      * @param classInfoTree content tree to which the documentation will be added
   116      */
   116      */
   117     public void addInterfaceUsageInfo(Content classInfoTree);
   117     public void addInterfaceUsageInfo(Content classInfoTree);
   118 
   118 
   119     /**
   119     /**
       
   120      * If this is an functional interface, display appropriate message.
       
   121      *
       
   122      * @param classInfoTree content tree to which the documentation will be added
       
   123      */
       
   124     public void addFunctionalInterfaceInfo(Content classInfoTree);
       
   125 
       
   126     /**
   120      * If this is an inner class or interface, add the enclosing class or
   127      * If this is an inner class or interface, add the enclosing class or
   121      * interface.
   128      * interface.
   122      *
   129      *
   123      * @param classInfoTree content tree to which the documentation will be added
   130      * @param classInfoTree content tree to which the documentation will be added
   124      */
   131      */