public abstract interface AnnotationMirror
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents an annotation. An annotation associates a value with each element of an annotation type.

Annotations should be compared using the equals method. There is no guarantee that any particular annotation will always be represented by the same object.

Since:  1.6