Class AnnotationInstanceEquivalenceProxy

java.lang.Object
org.jboss.jandex.AnnotationInstanceEquivalenceProxy

public final class AnnotationInstanceEquivalenceProxy extends Object
Holds an AnnotationInstance and implements equality and hash code as equivalence.

When using equivalence proxies, it is usually a mistake to obtain the target of the delegate annotation instance.

Thread-Safety

This class is immutable and can be shared between threads without safe publication.
See Also: