< prev index next >

src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/AWTEventMonitor.java

Print this page
rev 14722 : imported patch 8153362

@@ -213,11 +213,11 @@
      * occurs.  By doing things this way, the actual number of listeners
      * installed on a component instance is drastically reduced.
      *
      * @deprecated This field is unused.
      */
-    @Deprecated
+    @Deprecated @SuppressWarnings("unexportedinapi")
     static protected AWTEventsListener awtListener = new AWTEventsListener();
 
     static private final AWTEventsListener awtListener_private = new AWTEventsListener();
 
     /**
< prev index next >