[jboss-cvs] JBossAS SVN: r61386 - trunk/tomcat/src/resources/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 16 17:48:56 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-03-16 17:48:56 -0400 (Fri, 16 Mar 2007)
New Revision: 61386

Modified:
   trunk/tomcat/src/resources/META-INF/jboss-aop.xml
Log:
Comments

Modified: trunk/tomcat/src/resources/META-INF/jboss-aop.xml
===================================================================
--- trunk/tomcat/src/resources/META-INF/jboss-aop.xml	2007-03-16 20:36:06 UTC (rev 61385)
+++ trunk/tomcat/src/resources/META-INF/jboss-aop.xml	2007-03-16 21:48:56 UTC (rev 61386)
@@ -4,7 +4,7 @@
    <!-- If a POJO has PojoCacheable annotation, it will be aspectized. -->
    <prepare expr="field(* @org.jboss.cache.aop.annotation.PojoCacheable->*)" />
 
-   <!-- Make any POJO with a AopMarker annotation as a Subject/Observerable -->
+   <!-- Make any POJO with a PojoCacheable annotation as a Subject/Observable -->
    <bind pointcut="set(* @org.jboss.cache.aop.annotation.PojoCacheable->*)">
       <interceptor class="org.jboss.aspects.patterns.observable.SubjectInterceptor"/>
    </bind>
@@ -20,7 +20,7 @@
    <!-- If a POJO has InstanceOfPojoCacheable annotation, it will be aspectized. -->
    <prepare expr="field(* $instanceof{@org.jboss.cache.aop.annotation.InstanceOfPojoCacheable}->*)" />
 
-   <!-- Make any POJO with a AopMarker annotation as a Subject/Observerable -->
+   <!-- Make any POJO with a InstanceOfPojoCacheable annotation as a Subject/Observable -->
    <bind pointcut="set(* @org.jboss.cache.aop.annotation.InstanceOfPojoCacheable->*)">
       <interceptor class="org.jboss.aspects.patterns.observable.SubjectInterceptor"/>
    </bind>




More information about the jboss-cvs-commits mailing list