Ejemplo n.º 1
0
 @Override
 public int hashCode() {
   int result = handler.hashCode();
   result = 31 * result + attributeAppenderFactory.hashCode();
   result = 31 * result + methodDescription.hashCode();
   result = 31 * result + typeTokens.hashCode();
   return result;
 }
Ejemplo n.º 2
0
 @Override
 public int hashCode() {
   int result = methodMatcher.hashCode();
   result = 31 * result + handler.hashCode();
   result = 31 * result + attributeAppenderFactory.hashCode();
   result = 31 * result + methodTransformer.hashCode();
   return result;
 }