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

io.github.icodegarden.nutrient.lang.NamedObject Maven / Gradle / Ivy

The newest version!
package io.github.icodegarden.nutrient.lang;

/**
 * 
 * @author Fangfang.Xu
 *
 */
public interface NamedObject {

	String name();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy