Class BeanDeploymentModules

java.lang.Object
org.jboss.weld.bootstrap.BeanDeploymentModules
All Implemented Interfaces:
Iterable<BeanDeploymentModule>, org.jboss.weld.bootstrap.api.Service

public final class BeanDeploymentModules extends Object implements org.jboss.weld.bootstrap.api.Service, Iterable<BeanDeploymentModule>
Repository for BeanDeploymentModules. It is an optional per-deployment service, i.e. it does not make sense for all environments (e.g. Weld SE).
Author:
Jozef Hartinger