Uses of Interface
com.caucho.config.inject.AnnotatedBean

Packages that use AnnotatedBean
com.caucho.config.inject   
com.caucho.config.xml   
com.caucho.ejb.inject   
 

Uses of AnnotatedBean in com.caucho.config.inject
 

Classes in com.caucho.config.inject that implement AnnotatedBean
 class AbstractBean<T>
          Common bean introspection for Produces and ManagedBean.
 class AbstractIntrospectedBean<T>
          Common bean introspection for Produces and ManagedBean.
 class AbstractSingletonBean<T>
          SingletonBean represents a singleton instance exported as a web beans.
 class BeanAdapter<X,T>
          Adapter from an internal bean to an external exposed bean as used by session beans.
 class BeanWrapper<T>
          Internal implementation for a Bean
 class InjectionBean<T>
          SingletonBean represents a singleton instance exported as a web beans.
 class InjectionPointStandardBean
          Bean object for the general InjectionPoint.
 class ManagedBeanImpl<X>
          SimpleBean represents a POJO Java bean registered as a WebBean.
 class ManagedSingletonBean<T>
          SingletonBean represents a singleton instance exported as a web beans.
 class NewBean<X>
          NewBean represents the SimpleBean created through the @New interface.
 class ProducesFieldBean<X,T>
           
 class ProducesMethodBean<X,T>
           
 class SingletonBean<T>
          SingletonBean represents a singleton instance exported as a web beans.
 

Uses of AnnotatedBean in com.caucho.config.xml
 

Classes in com.caucho.config.xml that implement AnnotatedBean
 class XmlBean<X>
          Internal implementation for a Bean
 class XmlManagedBeanImpl<X>
          SimpleBean represents a POJO Java bean registered as a WebBean.
 

Uses of AnnotatedBean in com.caucho.ejb.inject
 

Classes in com.caucho.ejb.inject that implement AnnotatedBean
 class SessionRegistrationBean<X,T>
          Internal registration for the EJB.