Comments for memento example.

This commit is contained in:
Ilkka Seppala
2014-08-31 11:13:50 +03:00
parent 13306023f0
commit 8ddcdac33e
4 changed files with 24 additions and 0 deletions
@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* External interface to memento.
*
*/
public interface StarMemento {
}