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

br.eti.clairton.gson.hypermedia.Hypermediable Maven / Gradle / Ivy

The newest version!
package br.eti.clairton.gson.hypermedia;

public interface Hypermediable {

	String getResource(T src);

	String getOperation(T src);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy