Rework AugmentRuntimeType and Choice/Case linkage
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / NotificationRuntimeType.java
index a89be0b8eaf9730b75a0e178534c69daaebbc175..821a58d75e3a7cf67636078b3a6a0d9620045ae1 100644 (file)
@@ -14,7 +14,7 @@ import org.opendaylight.yangtools.yang.model.api.stmt.NotificationEffectiveState
  * A {@link RuntimeType} associated with a {@code notification} statement.
  */
 @Beta
-public interface NotificationRuntimeType extends CompositeRuntimeType {
+public interface NotificationRuntimeType extends AugmentableRuntimeType {
     @Override
     NotificationEffectiveStatement statement();
 }