Annotated interceptors - Declare the Annotated File Location

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3476

This topic has not yet been written. The content below is from the topic description.
build.xml An important difference between defining the AOP bindings as annotations rather than xml, is that you don't have a jboss-aop.xml file. Instead you need to tell the aopc compiler and the java runtime where to find the annotated files by using the aopclasspath property (for the aopc task) or the jboss.aop.class.path system property (for the java runtime) as shown below: ... ... ...