Annotations - Use in Bindings

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3486

This topic has not yet been written. The content below is from the topic description.
Use in bindings You use the dynamic cflow in bindings exactly the same way as you would do with any other cflow (apart from this time we use the fully qualified name of the @DynamicCFlowDef annotated class). Here is the relevant bit of SimpleInterceptor: @InterceptorDef @Bind (pointcut="execution(void POJO->method1())", cflow="SimpleDynamicCFlow") public class SimpleInterceptor implements Interceptor { ... }