We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe6e0f commit 9e6cb62Copy full SHA for 9e6cb62
src/java.base/share/classes/java/lang/reflect/Executable.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2012, 2022, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -46,6 +46,7 @@
46
* A shared superclass for the common functionality of {@link Method}
47
* and {@link Constructor}.
48
49
+ * @sealedGraph
50
* @since 1.8
51
*/
52
public abstract sealed class Executable extends AccessibleObject
0 commit comments