Remove EffectiveStatement namespaces
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / NotificationEffectiveStatement.java
index bcff0c1954f562145187e29ba8eca668322d5826..92042687c6ba2719f5711345510b2cb897055b4b 100644 (file)
@@ -15,7 +15,8 @@ import org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition;
  * Effective representation of a {@code notification} statement.
  */
 public interface NotificationEffectiveStatement extends SchemaTreeEffectiveStatement<NotificationStatement>,
-    DataTreeAwareEffectiveStatement<QName, NotificationStatement> {
+        DataTreeAwareEffectiveStatement<QName, NotificationStatement>,
+        TypedefAwareEffectiveStatement<QName, NotificationStatement> {
     @Override
     default StatementDefinition statementDefinition() {
         return YangStmtMapping.NOTIFICATION;