Determines whether or not this annotation is equivalent to the annotation passed. This is determined according to the following rules: Two annotations x and y are equal if and only if they are members of the same annotation type and all the member
(Object obj)
| 76 | * {@code false} otherwise. |
| 77 | */ |
| 78 | boolean equals(Object obj); |
| 79 | |
| 80 | /** |
| 81 | * Returns the hash code of this annotation. The hash code is determined |