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

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

Classes in net.sf.staccatocommons.instrument.context.internal that implement ClassAnnotationContext
 class DefaultClassAnnotationContext
           
 

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

Methods in net.sf.staccatocommons.instrument.handler with parameters of type ClassAnnotationContext
 void ClassAnnotationHandler.postProcessAnnotatedClass(A annotation, ClassAnnotationContext context)
          Process an annotation discovered in a clazz by the instrumenter, instrumenting the given context where the annotation was found.
 void ClassAnnotationHandler.preProcessAnnotatedClass(A annotation, ClassAnnotationContext context)
          Process an annotation discovered in a clazz by the instrumenter, instrumenting the given context where the annotation was found.
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.