Skip to content

Commit

Permalink
8316851: Add @sealedGraph to Executable
Browse files Browse the repository at this point in the history
Reviewed-by: darcy
  • Loading branch information
minborg authored and pull[bot] committed Jan 29, 2024
1 parent 86ca9f6 commit 8298824
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -46,6 +46,7 @@
* A shared superclass for the common functionality of {@link Method}
* and {@link Constructor}.
*
* @sealedGraph
* @since 1.8
*/
public abstract sealed class Executable extends AccessibleObject
Expand Down

0 comments on commit 8298824

Please sign in to comment.