Class AnnotationValueHashcodeVisitor

All Implemented Interfaces:
AnnotationValueVisitor<Integer, Predicate<? super ExecutableElement>>

An AbstractAnnotationValueVisitor14 that computes a hashcode for an AnnotationValue, emulating as closely as possible the rules described by the Annotation.hashCode() contract.
Author:
Laird Nelson
See Also: