src/share/classes/javax/lang/model/element/ExecutableElement.java

changeset 1459
bc74006c2d8d
parent 1357
c75be5bc5283
child 1645
97f6839673d6
     1.1 --- a/src/share/classes/javax/lang/model/element/ExecutableElement.java	Mon Dec 17 15:19:38 2012 -0800
     1.2 +++ b/src/share/classes/javax/lang/model/element/ExecutableElement.java	Tue Dec 18 00:24:54 2012 -0800
     1.3 @@ -78,6 +78,16 @@
     1.4      boolean isVarArgs();
     1.5  
     1.6      /**
     1.7 +     * Returns {@code true} if this method is a default method and
     1.8 +     * returns {@code false} otherwise.
     1.9 +     *
    1.10 +     * @return {@code true} if this method is a default method and
    1.11 +     * {@code false} otherwise
    1.12 +     * @since 1.8
    1.13 +     */
    1.14 +    boolean isDefault();
    1.15 +
    1.16 +    /**
    1.17       * Returns the exceptions and other throwables listed in this
    1.18       * method or constructor's {@code throws} clause in declaration
    1.19       * order.

mercurial