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

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