Uses of Interface
net.sf.staccatocommons.instrument.context.MethodAnnotationContext

Packages that use MethodAnnotationContext
net.sf.staccatocommons.instrument.context.internal   
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 
 

Uses of MethodAnnotationContext in net.sf.staccatocommons.instrument.context.internal
 

Classes in net.sf.staccatocommons.instrument.context.internal that implement MethodAnnotationContext
 class DefaultMethodAnnotationContext
           
 

Uses of MethodAnnotationContext in net.sf.staccatocommons.instrument.handler
 

Methods in net.sf.staccatocommons.instrument.handler with parameters of type MethodAnnotationContext
 void MethodAnnotationHandler.postProcessAnnotatedMethod(A annotation, MethodAnnotationContext context)
          Process an annotation discovered in a method by the instrumenter, instrumenting the given context where the annotation was found.
 void MethodAnnotationHandler.preProcessAnnotatedMethod(A annotation, MethodAnnotationContext context)
          Process an annotation discovered in a method by the instrumenter, instrumenting the given context where the annotation was found.
 



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.