Uses of Package
org.apache.commons.classscan.model

Packages that use org.apache.commons.classscan.model
org.apache.commons.classscan ** Start Here ** The metadata package provides information about available classes without loading them. 
org.apache.commons.classscan.bcel This package is an implementation of the org.apache.commons.classscan interfaces. 
org.apache.commons.classscan.builtin This package contains builtin implementations of the org.apache.commons.classscan.spi providers. 
org.apache.commons.classscan.model The model package contains metadata classes which allow client programs to introspect class information about annotations, methods, and fields without having the jvm load and resolve the class. 
org.apache.commons.classscan.spi.model The spi.model package contains metadata classes which allow the providers to give class information about annotations, methods, and fields. 
 

Classes in org.apache.commons.classscan.model used by org.apache.commons.classscan
MetaClass
          Metadata about a class or primitive type
 

Classes in org.apache.commons.classscan.model used by org.apache.commons.classscan.bcel
MetaAnnotation
          Metadata about an Annotation
MetaAnnotation.EnumValue
          Metadata about an Annotation Enum value
MetaAnnotation.Property
          Metadata about an Annotation property
MetaClass
          Metadata about a class or primitive type
MetaField
          Metadata about a Class field
MetaMethod
          Metadata about a class method or constructor
MetaParameter
          Metadata about a method or constructor parameter
MetaType
          Metadata about a method parameter or return value
 

Classes in org.apache.commons.classscan.model used by org.apache.commons.classscan.builtin
MetaAnnotation
          Metadata about an Annotation
MetaArray
          Metadata about a method parameter or return value that is an array
MetaClass
          Metadata about a class or primitive type
MetaField
          Metadata about a Class field
MetaMethod
          Metadata about a class method or constructor
MetaType
          Metadata about a method parameter or return value
 

Classes in org.apache.commons.classscan.model used by org.apache.commons.classscan.model
MetaAnnotation
          Metadata about an Annotation
MetaAnnotation.Property
          Metadata about an Annotation property
MetaClass
          Metadata about a class or primitive type
MetaField
          Metadata about a Class field
MetaMethod
          Metadata about a class method or constructor
MetaParameter
          Metadata about a method or constructor parameter
MetaType
          Metadata about a method parameter or return value
 

Classes in org.apache.commons.classscan.model used by org.apache.commons.classscan.spi.model
MetaAnnotation
          Metadata about an Annotation
MetaAnnotation.Property
          Metadata about an Annotation property
MetaArray
          Metadata about a method parameter or return value that is an array
MetaClass
          Metadata about a class or primitive type
MetaField
          Metadata about a Class field
MetaMethod
          Metadata about a class method or constructor
MetaParameter
          Metadata about a method or constructor parameter
MetaType
          Metadata about a method parameter or return value
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.