org.jboss.resteasy.spi.touri.URIable Maven / Gradle / Ivy
package org.jboss.resteasy.spi.touri;
/**
* This is an interface which allows an object to perform its own uri creation
*
* @author Solomon Duskis
* @version $Revision: 1 $
*/
public interface URIable
{
String toURI();
}