-
- All Implemented Interfaces:
public abstract class ComponentRegistry<T extends Component>组件注册中心用于注册和检索组件。
Component Registry can be used to register and index components.
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, T>components
-
Constructor Summary
Constructors Constructor Description ComponentRegistry()
-