35363738394041
@Inject @ApplicationScoped private InstanceProducer<ServiceLoader> serviceInst; public void registerServiceLoader(@Observes ManagerStarted event) { serviceInst.set(new DynamicServiceLoader()); }