src/share/classes/com/sun/nio/sctp/AbstractNotificationHandler.java

Print this page

        

@@ -37,10 +37,11 @@
  * {@link SendFailedNotification}, and {@link ShutdownNotification}. The
  * appropriate method will be invoked when the notification is received.
  *
  * @since 1.7
  */
+@jdk.Supported
 public class AbstractNotificationHandler<T>
     implements NotificationHandler<T>
 {
     /**
      * Initializes a new instance of this class.