Packages |
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 |
The spi package supports plugging in providers to support additional ClassLoader
types and URL schemes. |
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. |
org.apache.commons.classscan.util |
The util package consists of utility collection implementations to support the org.apache.commons.classscan.builtin package. |