more javadoc

This commit is contained in:
Dave
2015-07-04 15:34:04 +02:00
parent 5fd699c805
commit a0321aa45a

View File

@@ -33,6 +33,14 @@ import nodash.models.NoSession;
import nodash.models.NoUser; import nodash.models.NoUser;
import nodash.models.NoSession.NoState; import nodash.models.NoSession.NoState;
/**
* The NoCore object should be the sole point of contact for the outside world. Through the life of
* the application the NoCore class is used to get the User object, register, save and confirm in
* the no-system.
*
* @author horsey
*
*/
public final class NoCore { public final class NoCore {
private NoAdapter adapter; private NoAdapter adapter;