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