Returns a hashcode for this Annotation. This hashCode is defined to be the following: int hashCode = getVisibility(); hashCode = hashCode 31 + getType().hashCode(); hashCode = hashCode 31 + getElements().hashCode(); @return The hash code value for this Annotation
()
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected