< prev index next >

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

Print this page

        

*** 30,39 **** --- 30,40 ---- * * @author unascribed * @since 1.1 */ public class NoSuchFieldException extends ReflectiveOperationException { + @java.io.Serial private static final long serialVersionUID = -6143714805279938260L; /** * Constructor. */
< prev index next >