Package org.jboss.weld.bean.proxy
Interface BeanInstance
- All Known Implementing Classes:
AbstractBeanInstance,ContextBeanInstance,EnterpriseTargetBeanInstance,TargetBeanInstance
public interface BeanInstance
Each proxy maintains a single bean instance on which methods
are invoked. Different types of bean instances can also
be used to provide varying methods of obtaining the actual
instance from the container.
- Author:
- David Allen
-
Method Summary