Class SimpleAnnotationMirror

java.lang.Object
com.google.auto.common.SimpleAnnotationMirror
All Implemented Interfaces:
AnnotationMirror

public final class SimpleAnnotationMirror extends Object implements AnnotationMirror
A simple implementation of the AnnotationMirror interface.

This type implements equals(Object) and hashCode() using AnnotationMirrors.equivalence() in accordance with the AnnotationMirror spec. Some AnnotationMirrors, however, do not correctly implement equals, you should always compare them using AnnotationMirrors.equivalence() anyway.