Uses of Class
org.jboss.weld.bean.proxy.AbstractBeanInstance
Packages that use AbstractBeanInstance
-
Uses of AbstractBeanInstance in org.jboss.weld.bean.proxy
Subclasses of AbstractBeanInstance in org.jboss.weld.bean.proxyModifier and TypeClassDescriptionclassAn instance locator that uses a context to lookup the instance if it exists; otherwise, a new instance will be created from the bean.classclassA simpleBeanInstancewhich always maintains a specific bean instance that is being proxied.