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

Print this page

        

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