
com.mastfrog.webapi.WebCallEnum Maven / Gradle / Ivy
package com.mastfrog.webapi;
/**
*
* @author tim
*/
public interface WebCallEnum {
public WebCall get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.mastfrog.webapi;
/**
*
* @author tim
*/
public interface WebCallEnum {
public WebCall get();
}