net.jacobpeterson.abstracts.enums.APIName Maven / Gradle / Ivy
package net.jacobpeterson.abstracts.enums;
public interface APIName {
/**
* Gets the API name.
*
* @return the API name
*/
String getAPIName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy