![JAR search and dependency download from the Maven repository](/logo.png)
org.codehaus.xfire.annotations.AnnotationsEmptyValidator 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 class AnnotationsEmptyValidator implements AnnotationsValidator {
public void validate(WebAnnotations annotations, Class clazz)
throws AnnotationException {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy