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

br.eti.clairton.vraptor.crud.serializer.Resourceable Maven / Gradle / Ivy

The newest version!
package br.eti.clairton.vraptor.crud.serializer;

import java.util.Collection;

public interface Resourceable {
	
	String getResource(final T src);
	
	String getResource(final Collection src);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy