Dejavu is a Java library that allows you to create in-memory snapshots of the internal status of your objects at different points of time and to restore that status later. It is inspired by the Memento design pattern, and allows you to easily implement undo-redo, rollback, etc.
| Tags | Software Development Libraries Java Libraries Application Frameworks |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | Java |