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

Print this page

        

@@ -498,10 +498,11 @@
         return super.isVarArgs();
     }
 
     /**
      * {@inheritDoc}
+     * @jls 13.1 The Form of a Binary
      * @since 1.5
      */
     @Override
     public boolean isSynthetic() {
         return super.isSynthetic();