es.prodevelop.pui9.utils.IPuiObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of es.prodevelop.pui9.utils Show documentation
Show all versions of es.prodevelop.pui9.utils Show documentation
Multiple utilities for PUI9 (Gson, CSV, Exceptions...)
The newest version!
package es.prodevelop.pui9.utils;
import java.io.Serializable;
/**
* Interface representation for all the Classes that could participate in any
* Web Service
*
* @author Marc Gil - [email protected]
*/
public interface IPuiObject extends Serializable {
}