Package org.jboss.as.weld.spi
Interface BootstrapDependencyInstaller
-
public interface BootstrapDependencyInstallerAllows to install a WeldServiceas a MSCService.The service installed is later added as a dependency of the Weld bootstrap service.
- Author:
- Martin Kouba
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNameinstall(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean jtsEnabled)
-