Interface AnnotationMirror


public interface AnnotationMirror
Represents an annotation. An annotation associates a value with each element of an annotation interface.

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