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

See:
          Description

Interface Summary
HasResolve This marker interface indicates that instances must have MetaClass references resolved from names to instances.
SpiClassDigester Digest class bytes.
SpiClassPath Information about a ClassPath.
SpiClassPathElement A single location in a ClassPath.
SpiMetaAnnotation Metadata about an Annotation
SpiMetaAnnotation.SpiProperty  
SpiMetaArray Metadata about a method parameter or return value that is an array
SpiMetaClass Metadata about a class or primitive type
SpiMetaClassLoader Metadata about a ClassLoader.
SpiMetaClassPathElement Information about a code location.
SpiMetaField Metadata about a Class field
SpiMetaMethod Metadata about a class method or constructor
SpiMetaParameter Metadata about a method or constructor parameter
SpiMetaRegistry The entry point for providers to find/create information about the ClassPath and the classes available from the ClassPath.
 

Package org.apache.commons.classscan.spi.model Description

The spi.model package contains metadata classes which allow the providers to give class information about annotations, methods, and fields.



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