< prev index next >

src/java.base/share/classes/java/lang/NoSuchMethodException.java

Print this page

        

@@ -31,10 +31,11 @@
  * @author     unascribed
  * @since      1.0
  */
 public
 class NoSuchMethodException extends ReflectiveOperationException {
+    @java.io.Serial
     private static final long serialVersionUID = 5034388446362600923L;
 
     /**
      * Constructs a <code>NoSuchMethodException</code> without a detail message.
      */
< prev index next >