Package | Description |
---|---|
com.caucho.config.reflect |
Modifier and Type | Method and Description |
---|---|
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.
|