langtools/src/share/classes/javax/lang/model/element/ExecutableElement.java
changeset 14956 185bd7c693d8
parent 14258 8d2148961366
child 16557 67a3ae363f03
equal deleted inserted replaced
14955:8fe779a6d616 14956:185bd7c693d8
    76      * number of arguments and {@code false} otherwise
    76      * number of arguments and {@code false} otherwise
    77      */
    77      */
    78     boolean isVarArgs();
    78     boolean isVarArgs();
    79 
    79 
    80     /**
    80     /**
       
    81      * Returns {@code true} if this method is a default method and
       
    82      * returns {@code false} otherwise.
       
    83      *
       
    84      * @return {@code true} if this method is a default method and
       
    85      * {@code false} otherwise
       
    86      * @since 1.8
       
    87      */
       
    88     boolean isDefault();
       
    89 
       
    90     /**
    81      * Returns the exceptions and other throwables listed in this
    91      * Returns the exceptions and other throwables listed in this
    82      * method or constructor's {@code throws} clause in declaration
    92      * method or constructor's {@code throws} clause in declaration
    83      * order.
    93      * order.
    84      *
    94      *
    85      * @return the exceptions and other throwables listed in the
    95      * @return the exceptions and other throwables listed in the