Skip to content

Commit

Permalink
8297150: Add a @sealedGraph tag to Reference
Browse files Browse the repository at this point in the history
Reviewed-by: darcy, alanb
  • Loading branch information
minborg authored and Alan Bateman committed Nov 24, 2022
1 parent 8effaa8 commit 390e69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java.base/share/classes/java/lang/ref/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
*
* @author Mark Reinhold
* @since 1.2
* @sealedGraph
*/

public abstract sealed class Reference<T>
Expand Down

1 comment on commit 390e69a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.