Interface AnnotationSource<O extends JavaType<O>>

All Superinterfaces:
Annotation<O>, Internal, Origin<O>

public interface AnnotationSource<O extends JavaType<O>> extends Annotation<O>
Represents an annotation on some Java source element.
Author:
Lincoln Baxter, III