<Swing Dev> [9] Review Request: 8176177 The new SwingContainer annotation can be removed from javax.accessibility.AccessibleContext

Sergey Bylokhov sergey.bylokhov at oracle.com
Mon Mar 6 14:00:41 UTC 2017


Hello,
Please review the fix for jdk9.
When the new annotation SwingContainer was added to the Swing library, we applied it to all classes where the old compile time bean-info has an isContainer=false attribute.
The goal of this annotation is to point that some class which extends Container in the Swing library is not actually a container. So it is an error to mark the class if is not a container.

In the fix this annotation was removed from javax.accessibility.AccessibleContext.

Bug: https://bugs.openjdk.java.net/browse/JDK-8176177
Webrev can be found at: http://cr.openjdk.java.net/~serb/8176177/webrev.00

CCC will be filed after technical review.


More information about the swing-dev mailing list