Class AbstractInlineAnnotationReaderImpl<T,​C,​F,​M>

  • All Implemented Interfaces:
    AnnotationReader<T,​C,​F,​M>
    Direct Known Subclasses:
    RuntimeInlineAnnotationReader

    public abstract class AbstractInlineAnnotationReaderImpl<T,​C,​F,​M>
    extends Object
    implements AnnotationReader<T,​C,​F,​M>
    AnnotationReader that reads annotation from classes, not from external binding files. This is meant to be used as a convenient partial implementation.
    Author:
    Kohsuke Kawaguchi (kk@kohsuke.org)