![JAR search and dependency download from the Maven repository](/logo.png)
com.talk2object.plum.lib.auth.model.Function Maven / Gradle / Ivy
package com.talk2object.plum.lib.auth.model;
public interface Function {
String getId();
String getDesc();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.talk2object.plum.lib.auth.model;
public interface Function {
String getId();
String getDesc();
}