8297210: Add a @sealedGraph tag to selected java.desktop classes

Reviewed-by: prr
This commit is contained in:
Per Minborg 2022-11-29 21:51:15 +00:00 committed by Phil Race
parent 2084451193
commit f4063a3cfd
7 changed files with 7 additions and 0 deletions

View file

@ -56,6 +56,7 @@ import sun.util.logging.PlatformLogger;
* @see MouseMotionAdapter
*
* @since 1.1
* @sealedGraph
*/
public abstract sealed class InputEvent extends ComponentEvent
permits KeyEvent,