
uk.ac.ceh.components.userstore.User Maven / Gradle / Ivy
package uk.ac.ceh.components.userstore;
/**
* At the very basic level all users must have a username. This interface ensures
* this
* @author Christopher Johnson
*/
public interface User {
String getUsername();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy