Package org.jboss.jaxb.intros.handlers
Interface ClassValue
public interface ClassValue
Annotation Class Value interface.
See same methods on the AnnotationReader interface
We want to proxy these calls back to the annotation handlers.
- Author:
- tom.fennelly@jboss.com
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]getClassArrayValue(Annotation a, String name) Class<?>getClassValue(Annotation a, String name)
-
Method Details
-
getClassValue
-
getClassArrayValue
-