Package net.sf.staccatocommons.instrument.handler

This package contains the interfaces that describe annotation handlers, which are supposed to be implemented by clients in order to process their annotations

See:
          Description

Interface Summary
AnnotationHandler<A extends Annotation> Superinterface for all annotation handlers.
ArgumentAnnotationHandler<A extends Annotation> Interface for annotation handlers that can process annotations in method or constructor arguments
ClassAnnotationHandler<A extends Annotation> Interface for annotation handlers that can process annotations in methods.
ConstructorAnnotationHandler<A extends Annotation>  
MethodAnnotationHandler<A extends Annotation> Interface for annotation handlers that can process annotations in methods.
 

Package net.sf.staccatocommons.instrument.handler Description

This package contains the interfaces that describe annotation handlers, which are supposed to be implemented by clients in order to process their annotations



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.