Class InlineAnnotationReaderImpl

java.lang.Object
org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl<TypeMirror,TypeElement,VariableElement,ExecutableElement>
com.sun.tools.jxc.ap.InlineAnnotationReaderImpl
All Implemented Interfaces:
org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader<TypeMirror,TypeElement,VariableElement,ExecutableElement>

public final class InlineAnnotationReaderImpl extends org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl<TypeMirror,TypeElement,VariableElement,ExecutableElement>
AnnotationReader implementation that reads annotation inline from Annoation Processing.
Author:
Kohsuke Kawaguchi (kk@kohsuke.org)