Skip to content

Commit 9e6cb62

Browse files
committedSep 26, 2023
8316851: Add @sealedGraph to Executable
Reviewed-by: darcy
1 parent 3fe6e0f commit 9e6cb62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -46,6 +46,7 @@
4646
* A shared superclass for the common functionality of {@link Method}
4747
* and {@link Constructor}.
4848
*
49+
* @sealedGraph
4950
* @since 1.8
5051
*/
5152
public abstract sealed class Executable extends AccessibleObject

0 commit comments

Comments
 (0)
Please sign in to comment.