0 Replies Latest reply on Dec 27, 2004 11:15 AM by suding1

    JBoss AOP system class interception

    suding1

      Hello,

      Is it true that system classes cannot be intercepted?

      If so, how is it working for the reflection? as shown at the reference guide:

      <bind pointcut="call(* java.lang.Class->newInstance())">
       <advice name="interceptNewInstance" \
       aspect="org.jboss.aop.reflection.ReflectionAspect"/>
       </bind>
      


      Thank you
      Suding