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

io.pelle.mango.server.base.xml.IXmlVOMapper Maven / Gradle / Ivy

package io.pelle.mango.server.base.xml;

import java.util.Map;

public interface IXmlVOMapper {
	
	Map getElements();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy