Package 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.

See:
          Description

Interface Summary
MetaAnnotation Metadata about an Annotation
MetaAnnotation.EnumValue Metadata about an Annotation Enum value
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
 

Package org.apache.commons.classscan.model Description

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.



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