org.jboss.webbeans.bootstrap.api
Interface Environment
- All Known Implementing Classes:
- Environments
public interface Environment
Represents an environment. Used to control which services Web Beans will require
in order to boot
- Author:
- Pete Muir
Method Summary |
java.util.Set<java.lang.Class<? extends Service>> |
getRequiredServices()
The services to require for this environment |
getRequiredServices
java.util.Set<java.lang.Class<? extends Service>> getRequiredServices()
- The services to require for this environment
- Returns:
- the services to require
Copyright © 2011. All Rights Reserved.