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

net.sf.xmlform.reference.ValidateGroup Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package net.sf.xmlform.reference;

import java.util.List;

/**
 * @author Liu Zhikun
 */

public interface ValidateGroup {
	public String getAction();
	public List getReferences();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy