Class RuntimeInlineAnnotationReader

java.lang.Object
com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl<Type,Class,Field,Method>
com.sun.xml.bind.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)