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

Packages that use ReflectionAnnotatedType
com.caucho.config.reflect   
 

Uses of ReflectionAnnotatedType in com.caucho.config.reflect
 

Methods in com.caucho.config.reflect that return ReflectionAnnotatedType
 ReflectionAnnotatedType<?> ReflectionAnnotatedType.getParentType()
           
static
<X> ReflectionAnnotatedType<X>
ReflectionAnnotatedFactory.introspectType(BaseType type)
          Introspects a simple reflection type, i.e.
static
<X> ReflectionAnnotatedType<X>
ReflectionAnnotatedFactory.introspectType(java.lang.Class<X> cl)
          Introspects a simple reflection type, i.e.