io.virtdata.api.Named Maven / Gradle / Ivy
package io.virtdata.api;
public interface Named {
/**
* Return the name for this function library implementation.
*
* @return Simple lower-case canonical library name
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy