src/share/classes/java/lang/reflect/Executable.java

Print this page

        

@@ -322,10 +322,11 @@
      * construct; returns {@code false} otherwise.
      *
      * @return true if and only if this executable is a synthetic
      * construct as defined by
      * <cite>The Java&trade; Language Specification</cite>.
+     * @jls 13.1 The Form of a Binary
      */
     public boolean isSynthetic() {
         return Modifier.isSynthetic(getModifiers());
     }