|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationHandler | |
|---|---|
| net.sf.staccatocommons.instrument.config | |
| 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 |
| net.sf.staccatocommons.instrument.handler.deactivator | |
| net.sf.staccatocommons.instrument.internal | |
| Uses of AnnotationHandler in net.sf.staccatocommons.instrument.config |
|---|
| Methods in net.sf.staccatocommons.instrument.config with parameters of type AnnotationHandler | |
|---|---|
InstrumenterConfiguration |
InstrumenterConfiguration.addAnnotationHanlder(AnnotationHandler<?> handler)
Register an annotation handler to this instrumenter that will be notified to process an annotation each time one of the type returned by getSupportedAnnotationType() is found. |
| Uses of AnnotationHandler in net.sf.staccatocommons.instrument.handler |
|---|
| Subinterfaces of AnnotationHandler in net.sf.staccatocommons.instrument.handler | |
|---|---|
interface |
ArgumentAnnotationHandler<A extends Annotation>
Interface for annotation handlers that can process annotations in method or constructor arguments |
interface |
ClassAnnotationHandler<A extends Annotation>
Interface for annotation handlers that can process annotations in methods. |
interface |
ConstructorAnnotationHandler<A extends Annotation>
|
interface |
MethodAnnotationHandler<A extends Annotation>
Interface for annotation handlers that can process annotations in methods. |
| Uses of AnnotationHandler in net.sf.staccatocommons.instrument.handler.deactivator |
|---|
| Classes in net.sf.staccatocommons.instrument.handler.deactivator that implement AnnotationHandler | |
|---|---|
class |
AbstractActivationAnnotationHandler<A extends Annotation>
|
| Uses of AnnotationHandler in net.sf.staccatocommons.instrument.internal |
|---|
| Methods in net.sf.staccatocommons.instrument.internal with parameters of type AnnotationHandler | |
|---|---|
InstrumenterConfiguration |
InstrumenterImpl.addAnnotationHanlder(AnnotationHandler handler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||