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

com.googlecode.jpattern.rest.action.IActionWrapper Maven / Gradle / Ivy

package com.googlecode.jpattern.rest.action;

/**
 * 
 * @author Francesco Cina'
 *
 * 12/mag/2011
 */
public interface IActionWrapper {

	T action();
	
	String relativePath();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy