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

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

Classes in net.sf.staccatocommons.instrument.context.internal that implement ConstructorAnnotationContext
 class DefaultConstructorAnnotationContext
           
 

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

Methods in net.sf.staccatocommons.instrument.handler with parameters of type ConstructorAnnotationContext
 void ConstructorAnnotationHandler.postProcessAnnotatedConstructor(A annotation, ConstructorAnnotationContext context)
          Process an annotation discovered in a constructor by the instrumenter, instrumenting the given context where the annotation was found.
 void ConstructorAnnotationHandler.preProcessAnnotatedConstructor(A annotation, ConstructorAnnotationContext context)
          Process an annotation discovered in a constructor by the instrumenter, instrumenting the given context where the annotation was found.
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.