Uses of Class
com.caucho.config.reflect.AnnotatedTypeImpl

Packages that use AnnotatedTypeImpl
com.caucho.config.cfg   
com.caucho.config.reflect   
com.caucho.ejb.cfg   
 

Uses of AnnotatedTypeImpl in com.caucho.config.cfg
 

Methods in com.caucho.config.cfg that return AnnotatedTypeImpl
protected
<X> AnnotatedTypeImpl<X>
AbstractBeanConfig.buildAnnotatedType()
           
 

Uses of AnnotatedTypeImpl in com.caucho.config.reflect
 

Methods in com.caucho.config.reflect that return AnnotatedTypeImpl
static
<X> AnnotatedTypeImpl<X>
AnnotatedTypeImpl.create(AnnotatedType<X> annType)
           
 

Uses of AnnotatedTypeImpl in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return AnnotatedTypeImpl
 AnnotatedTypeImpl<X> EjbBean.getAnnotatedType()