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

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

There is a newer version: 1.0.12
Show newest version
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