@Override
 public int hashCode() {
   return method.hashCode() + 31 * annotationSet.hashCode();
 }