Class InlineAnnotationReaderImpl

java.lang.Object
com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl<TypeMirror,TypeElement,VariableElement,ExecutableElement>
com.sun.tools.jxc.ap.InlineAnnotationReaderImpl
All Implemented Interfaces:
com.sun.xml.bind.v2.model.annotation.AnnotationReader<TypeMirror,TypeElement,VariableElement,ExecutableElement>

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