All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eshore.uas.extensions.IFakeUser Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.eshore.uas.extensions;

import com.eshore.uas.server.api.User;

/**
 * 
 * @author eshore
 *
 */
public interface IFakeUser {
	
	User fake();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy