Class InlineAnnotationReaderImpl

All Implemented Interfaces:
AnnotationReader<TypeMirror,TypeElement,VariableElement,ExecutableElement>

public final class InlineAnnotationReaderImpl extends AbstractInlineAnnotationReaderImpl<TypeMirror,TypeElement,VariableElement,ExecutableElement>
AnnotationReader implementation that reads annotation inline from Annoation Processing.
Author:
Kohsuke Kawaguchi ([email protected])