Uses of Package
net.sf.staccatocommons.instrument.context

Packages that use net.sf.staccatocommons.instrument.context
net.sf.staccatocommons.instrument.context This package contains the interfaces that describe annotated element contexts, which contain all the contextual information that the annotation handlers will receive during processing. 
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 
 

Classes in net.sf.staccatocommons.instrument.context used by net.sf.staccatocommons.instrument.context
AnnotationContext
          Base interface for an annotated element context
 

Classes in net.sf.staccatocommons.instrument.context used by net.sf.staccatocommons.instrument.context.internal
AnnotationContext
          Base interface for an annotated element context
ArgumentAnnotationContext
          The context of an annotated argument
ClassAnnotationContext
          The context of an annotated class
ConstructorAnnotationContext
          The context of an annotated constructor
MethodAnnotationContext
          The context of an annotated method
 

Classes in net.sf.staccatocommons.instrument.context used by net.sf.staccatocommons.instrument.handler
ArgumentAnnotationContext
          The context of an annotated argument
ClassAnnotationContext
          The context of an annotated class
ConstructorAnnotationContext
          The context of an annotated constructor
MethodAnnotationContext
          The context of an annotated method
 



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.