Uses of Interface
org.ocpsoft.rewrite.annotation.api.HandlerChain
Packages that use HandlerChain
-
Uses of HandlerChain in org.ocpsoft.rewrite.annotation.spi
Methods in org.ocpsoft.rewrite.annotation.spi with parameters of type HandlerChainModifier and TypeMethodDescriptionvoidAnnotationHandler.process(ClassContext context, A annotation, HandlerChain chain) final voidFieldAnnotationHandler.process(ClassContext context, A annotation, HandlerChain chain) abstract voidFieldAnnotationHandler.process(FieldContext context, A annotation, HandlerChain chain) final voidMethodAnnotationHandler.process(ClassContext context, A annotation, HandlerChain chain) abstract voidMethodAnnotationHandler.process(MethodContext context, A annotation, HandlerChain chain) final voidParameterAnnotationHandler.process(ClassContext context, A annotation, HandlerChain chain) abstract voidParameterAnnotationHandler.process(ParameterContext context, A annotation, HandlerChain chain)