接口 ServiceInstaller
-
- 所有已知实现类:
MXEventListenerInstaller
,ServiceInstallers
@ProhibitBean(ONLY_CURRENT) public interface ServiceInstaller
The service installer. Can install the service.- 从以下版本开始:
- 2.2
-
-
方法详细资料
-
install
@Contract boolean install(@NotNull Class<?> clazz)
-
-