Added implementation remark.

This commit is contained in:
Erwin Vervaet
2007-05-01 11:49:57 +00:00
parent 61c42ee914
commit 347ff1534a

View File

@@ -34,6 +34,9 @@ import org.springframework.webflow.definition.FlowDefinition;
* @author Keith Donald
*/
public interface FlowExecutionFactory {
// TODO: should this class be moved to the execution.factory package for clarity
// and to align it with package structuring for flow execution repositories?
/**
* Create a new flow execution product for the given flow definition.