< prev index next >

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

Print this page
*** 212,10 ***
--- 212,11 ---
  
      /**
       * {@return an unmodifiable set of the {@linkplain AccessFlag
       * access flags} for the executable represented by this object,
       * possibly empty}
+      * The {@code AccessFlags} may depend on the class file format version of the class.
       *
       * @see #getModifiers()
       * @jvms 4.6 Methods
       * @since 20
       */
< prev index next >