mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8369027: Apply java.io.Serial annotations in java.scripting
Reviewed-by: rriggs
This commit is contained in:
parent
e6868c6248
commit
c3fbbfabcc
@ -25,6 +25,8 @@
|
||||
|
||||
package javax.script;
|
||||
|
||||
import java.io.Serial;
|
||||
|
||||
/**
|
||||
* The generic <code>Exception</code> class for the Scripting APIs. Checked
|
||||
* exception types thrown by underlying scripting implementations must be wrapped in instances of
|
||||
@ -36,6 +38,7 @@ package javax.script;
|
||||
*/
|
||||
public class ScriptException extends Exception {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 8265071037049225001L;
|
||||
|
||||
/** @serial */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user