Seal BaseNotification
[mdsal.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / InstanceNotification.java
index 83fd1c88068a3c7a03d2bea10fad56b3c3cf6670..82becf3a8cc2d14aa4070f93be36d69ff9974daa 100644 (file)
@@ -19,9 +19,8 @@ import org.eclipse.jdt.annotation.NonNull;
  * @param <T> Parent data tree instance type
  */
 @Beta
-public interface InstanceNotification<N extends InstanceNotification<N, T>, T extends DataObject>
+public non-sealed interface InstanceNotification<N extends InstanceNotification<N, T>, T extends DataObject>
         extends BaseNotification {
-
     @Override
     @NonNull Class<N> implementedInterface();
 }