@@ -84,7 +84,9 @@ public class ComponentScanner implements BeanPostProcessor {
return bean;
}
- // 用于清除spring上下文扫描到的组件实体
+ /**
+ * 用于清除 spring 上下文扫描到的组件实体
+ */
public static void cleanCache() {
nodeComponentMap.clear();