Class IntroductionsAnnotationReader

All Implemented Interfaces:
AnnotationReader<Type,Class,Field,Method>, RuntimeAnnotationReader

public class IntroductionsAnnotationReader extends AbstractInlineAnnotationReaderImpl<Type,Class,Field,Method> implements RuntimeAnnotationReader
JAXB Annotation Reader for the JAXB RI context interface.

Used for introduction of annotations on bean classes which are not annotated for JAXB. Allows us to use JAXB (and hence JBossWS 2.x+) with unannotated interfaces.

Author:
tom.fennelly@jboss.com, Stefan Fussenegger