示例#1
0
 private boolean needsGwtConstructor(JClassType type) {
   if (needsGwtConstructor.contains(type)) {
     return true;
   } else {
     return previousBundle != null && previousBundle.needsGwtConstructor(type);
   }
 }