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();
}