Uses of Interface
org.jboss.reflect.spi.AnnotatedInfo

Packages that use AnnotatedInfo
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of AnnotatedInfo in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement AnnotatedInfo
 class AnnotationHolder
          An annotation holder
 class AnnotationInfoImpl
          Annotation Info
 class ArrayInfoImpl
          Array information
 class ClassInfoImpl
          Class info
 class ConstructorInfoImpl
          Constructor info
 class EnumInfoImpl
          Enumeration info
 class FieldInfoImpl
          A field info
 class InheritableAnnotationHolder
          An annotation holder
 class InterfaceInfoImpl
          Interface info
 class MethodInfoImpl
          Method info
 class ParameterInfoImpl
          Parameter info
 

Uses of AnnotatedInfo in org.jboss.reflect.spi
 

Subinterfaces of AnnotatedInfo in org.jboss.reflect.spi
 interface AnnotationInfo
          Annotation Info
 interface ArrayInfo
          Array information
 interface ClassInfo
          Class info
 interface ConstructorInfo
          Constructor info
 interface EnumInfo
          Enumeration info
 interface FieldInfo
          A field info
 interface InterfaceInfo
          Interface info
 interface MethodInfo
          Method info
 interface ParameterInfo
          Parameter info
 



Copyright © 2004 JBoss Inc. All Rights Reserved.