2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

package

org.apache.onami.test.reflection

Classes | Description

Contains core classes to visit Java classes via reflection and handling actions during the analysis.

more...

Interfaces

AnnotationHandler<A extends Annotation, E extends AnnotatedElement> Interface to specify a generic annotation handler. 
ClassHandler<A extends Annotation> Interface to specify a generic class handler. 
FieldHandler<A extends Annotation> Interface to specify a generic field handler. 
MethodHandler<A extends Annotation> Interface to specify a generic method handler. 

Classes

ClassVisitor

Class visitor engine. 

Exceptions

HandleException Exception thrown by a ClassVisitor when a error occurs.