コード例 #1
0
 public static void loadExtendTypeRegConfig(String component) {
   if (SystemUtils.isDebug() || !regLoadeds.contains(component)) {
     if (hasRegConfig(component)) {
       if (readConfig(component)) regLoadeds.add(component);
     }
   }
 }