Package org.ocpsoft.rewrite.annotation
Class HandlerChainImpl
java.lang.Object
org.ocpsoft.rewrite.annotation.HandlerChainImpl
- All Implemented Interfaces:
HandlerChain
-
Constructor Summary
ConstructorsConstructorDescriptionHandlerChainImpl(ClassContext context, AnnotatedElement element, List<? extends AnnotationHandler<?>> handlers) -
Method Summary
-
Constructor Details
-
HandlerChainImpl
public HandlerChainImpl(ClassContext context, AnnotatedElement element, List<? extends AnnotationHandler<?>> handlers)
-
-
Method Details
-
proceed
public void proceed()- Specified by:
proceedin interfaceHandlerChain
-