org.codehaus.xfire.annotations.AnnotationsValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xfire-annotations Show documentation
Show all versions of xfire-annotations Show documentation
Annotation support for XFire
The newest version!
package org.codehaus.xfire.annotations;
/**
* @author Tomasz Sztelak
*
*/
public interface AnnotationsValidator {
void validate(WebAnnotations annotations,Class clazz) throws AnnotationException;
}