Not sure why its not showing stripped out </>

aop
    bind pointcut="execution(public void com.HelloAOPInterface-&gt;callMe())"

        interceptor class="com.HelloAOPInterceptor"
    bind
    bind pointcut="execution(public void com.HelloAOP-&gt;secondCallMe())"
        interceptor class="com.HelloAOPInterceptor"
    bind
aop


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136478#4136478

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136478
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to