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

Print this page

        

@@ -76,10 +76,20 @@
      * number of arguments and {@code false} otherwise
      */
     boolean isVarArgs();
 
     /**
+     * Returns {@code true} if this method is a default method and
+     * returns {@code false} otherwise.
+     *
+     * @return {@code true} if this method is a default method and
+     * {@code false} otherwise
+     * @since 1.8
+     */
+    boolean isDefault();
+
+    /**
      * Returns the exceptions and other throwables listed in this
      * method or constructor's {@code throws} clause in declaration
      * order.
      *
      * @return the exceptions and other throwables listed in the