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

org.codehaus.xfire.annotations.AnnotationsValidator Maven / Gradle / Ivy

The newest version!
package org.codehaus.xfire.annotations;


/**
 * @author Tomasz Sztelak
 *
 */
public interface AnnotationsValidator {

	void validate(WebAnnotations annotations,Class clazz) throws AnnotationException;
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy