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

For more information, please explore the Attic.

public interface

AnnotationHandler

org.apache.onami.test.reflection.AnnotationHandler<A extends java.lang.annotation.Annotation, E extends java.lang.reflect.AnnotatedElement>
Known Indirect Subclasses

Class Overview

Interface to specify a generic annotation handler.

Summary

Public Methods
abstract void handle(A annotation, E element)
Invoked when ClassVisitor found an annotation into a class.

Public Methods

public abstract void handle (A annotation, E element)

Invoked when ClassVisitor found an annotation into a class.

Parameters
annotation handled annotation
element the element annotated with input annotation
Throws
HandleException if an error occurs while processing the annotated element and the related annotation