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

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

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

import java.util.List;

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

	List listNamedObjects(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy