Package org.jboss.solder.beanManager

A set of utilities for looking up the BeanManager from non-managed classes, which are not able to take advantage of injection.

See: Description

Package org.jboss.solder.beanManager Description

A set of utilities for looking up the BeanManager from non-managed classes, which are not able to take advantage of injection.

This package includes the BeanManagerProvider SPI, which may be implemented to allow third parties to register custom methods of looking up the BeanManager in an external context. The implementations will be consulted according to precedence.

**WARNING** This package does not provide NOT a clever way to get the BeanManager, and should be avoided at all costs. Are you sure @Inject is not available? If not, and you still need a reference to the BeanManager, you should probably register a CDI extension instead.

If you think you need to use this package, chat to the community and make sure you aren't missing a trick!

See Also:
BeanManagerLocator, BeanManagerProvider, BeanManagerAware

Copyright © 2012 Seam Framework. All Rights Reserved.