mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8317868: Add @sealedGraph to MethodHandleDesc and descendants
Reviewed-by: jvernee, mli
This commit is contained in:
parent
ecd25e7d6f
commit
ffadd63575
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ import static java.lang.constant.DirectMethodHandleDesc.Kind.CONSTRUCTOR;
|
||||||
* A <a href="package-summary.html#nominal">nominal descriptor</a> for a
|
* A <a href="package-summary.html#nominal">nominal descriptor</a> for a
|
||||||
* {@link MethodHandle} constant.
|
* {@link MethodHandle} constant.
|
||||||
*
|
*
|
||||||
|
* @sealedGraph
|
||||||
* @since 12
|
* @since 12
|
||||||
*/
|
*/
|
||||||
public sealed interface MethodHandleDesc
|
public sealed interface MethodHandleDesc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue