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

com.afkl.generic.mashery.MasheryResource Maven / Gradle / Ivy

package com.afkl.generic.mashery;

/**
 * Generic interface for Mashery resources, require only a method for the resource path
 */
public interface MasheryResource {
	String getResourcePath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy