langtools/src/share/classes/com/sun/javadoc/ClassDoc.java
changeset 23799 daa645653200
parent 23136 aa8958a4c8f4
equal deleted inserted replaced
23798:ca0f80391182 23799:daa645653200
    71      *
    71      *
    72      * @return true if this class implements or interface extends
    72      * @return true if this class implements or interface extends
    73      *         {@code java.io.Externalizable}.
    73      *         {@code java.io.Externalizable}.
    74      */
    74      */
    75     boolean isExternalizable();
    75     boolean isExternalizable();
    76 
       
    77     /**
       
    78      * Return true if this class can be used as a target type of a lambda expression
       
    79      * or method reference.
       
    80      *
       
    81      * @return true if this class can be used as a target type of a lambda expression
       
    82      *         or method reference.
       
    83      */
       
    84     boolean isFunctionalInterface();
       
    85 
    76 
    86     /**
    77     /**
    87      * Return the serialization methods for this class or
    78      * Return the serialization methods for this class or
    88      * interface.
    79      * interface.
    89      *
    80      *