Class RuntimeInlineAnnotationReader

java.lang.Object
org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl<Type,Class,Field,Method>
org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
All Implemented Interfaces:
AnnotationReader<Type,Class,Field,Method>, RuntimeAnnotationReader

public final class RuntimeInlineAnnotationReader extends AbstractInlineAnnotationReaderImpl<Type,Class,Field,Method> implements RuntimeAnnotationReader
AnnotationReader that uses java.lang.reflect to read annotations from class files.
Author:
Kohsuke Kawaguchi (kk@kohsuke.org)