Class AbstractInlineAnnotationReaderImpl<T,C,F,M>

java.lang.Object
com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl<T,C,F,M>
All Implemented Interfaces:
AnnotationReader<T,C,F,M>
Direct Known Subclasses:
InlineAnnotationReaderImpl, 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)
  • Constructor Details

    • AbstractInlineAnnotationReaderImpl

      public AbstractInlineAnnotationReaderImpl()
  • Method Details