Update ModuleActionBuilder and StmtContext documentation
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / meta / StmtContext.java
index 29a7cdf9f3bee58792f9f8847031c8e32ce14268..3d9e4e7dcfdbd7e46534e74a13963c9939ccd596 100644 (file)
@@ -212,7 +212,8 @@ public interface StmtContext<A, D extends DeclaredStatement<A>, E extends Effect
 
         /**
          * Create a new inference action to be executed during specified phase. The action cannot be cancelled
-         * and will be executed even if its definition remains incomplete.
+         * and will be executed even if its definition remains incomplete. The specified phase cannot complete until
+         * this action is resolved. If the action cannot be resolved, model processing will fail.
          *
          * @param phase Target phase in which the action will resolved.
          * @return A new action builder.