ComponentFactoryProvider

用于支持自动加载 ComponentFactory 的 SPI 接口。

Author

ForteScarlet

Functions

Link copied to clipboard

提供额外配置类的类型用于一些可自动加载的加载器的加载结果。 如果返回 null 则代表不提供、不加载可自动加载的额外配置类型。

Link copied to clipboard
abstract fun provide(): ComponentFactory<*, CONF>

得到提供的 ComponentFactory 实例。