Java Doc for AbstractInlineAnnotationReaderImpl.java in » 6.0-JDK-Modules » jaxb-impl » com » sun » xml » bind » v2 » model » annotation » Java Source Code / Java DocumentationJava Source Code and Java Documentation
abstractpublic class AbstractInlineAnnotationReaderImpl implements AnnotationReader<T, C, F, M>(Code)
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)