Interface AnnotationElement<O extends JavaAnnotation<O>>

All Superinterfaces:
AnnotationTarget<O>, Internal, Named, Origin<O>
All Known Subinterfaces:
AnnotationElementSource

public interface AnnotationElement<O extends JavaAnnotation<O>> extends AnnotationTarget<O>, Named
Represents an element definition of a JavaAnnotation.
Author:
Lincoln Baxter, III, Matt Benson