This commit is contained in:
Keith Donald
2008-04-27 15:43:41 +00:00
parent 4a9239b8b2
commit cac9a040d0

View File

@@ -6,7 +6,8 @@ import org.springframework.webflow.execution.repository.snapshot.FlowExecutionSn
import org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException;
/**
* A group of flow execution snapshots.
* A group of flow execution snapshots. A SPI interface that encapsulates the storage management for a group of flow
* execution snapshots.
*
* @author Keith Donald
*/