![JAR search and dependency download from the Maven repository](/logo.png)
nyla.solutions.core.data.Nameable Maven / Gradle / Ivy
package nyla.solutions.core.data;
/**
*
* Nameable represents any object that has a name
*
* @author Gregory Green
* @version 1.0
*/
public interface Nameable
{
/**
*
* @return the name
*/
public String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy