Exemplo n.º 1
0
 private boolean isNeedsParamTypes(JClassType type, JMethod method) {
   if (hasMapping(needsParamTypes, type, method)) {
     return true;
   } else {
     return previousBundle != null && previousBundle.isNeedsParamTypes(type, method);
   }
 }