
nyla.solutions.global.xml.XMLizable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nyla.solutions.global Show documentation
Show all versions of nyla.solutions.global Show documentation
Nyla Solutions Global Java API provides support for basic application
utilities (application configuration, data encryption, debugger and text
processing).
The newest version!
/*
* Created on Dec 2, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package nyla.solutions.global.xml;
/**
* @author jjones
*
*/
public interface XMLizable {
public String toXML();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy