Uses of Interface
com.caucho.config.reflect.BaseTypeAnnotated

Packages that use BaseTypeAnnotated
com.caucho.config.reflect   
com.caucho.ejb.session   
 

Uses of BaseTypeAnnotated in com.caucho.config.reflect
 

Classes in com.caucho.config.reflect that implement BaseTypeAnnotated
 class AnnotatedConstructorImpl<T>
          Abstract introspected view of a Bean
 class AnnotatedElementImpl
          Abstract introspected view of a Bean
 class AnnotatedFieldImpl<X>
          Abstract introspected view of a Bean
 class AnnotatedMethodImpl<T>
          Abstract introspected view of a Bean
 class AnnotatedParameterImpl<T>
          Abstract introspected view of a Bean
 class AnnotatedTypeImpl<X>
          Abstract introspected view of a Bean
 class ReflectionAnnotated
          Annotated object based only on reflection.
 class ReflectionAnnotatedType<T>
          Read-only introspected annotated type.
 class ReflectionSimpleAnnotatedType<X>
          Represents the reflected type where only the top-level annotations are introspected, i.e.
 

Uses of BaseTypeAnnotated in com.caucho.ejb.session
 

Classes in com.caucho.ejb.session that implement BaseTypeAnnotated
 class ExtAnnotatedType<X>
          Server container for a session bean.