[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: ProfileService aspects are no longer being applied

kabir.khan@jboss.com do-not-reply at jboss.com
Thu Jul 19 07:47:41 EDT 2007


  | execution(* $instanceof{org.jboss.deployers.spi.deployer.Deployer}->$implements{org.jboss.deployers.spi.deployer.Deployer}(..))
  | 
Will pick out ALL methods that exist in the Deployer interface, it might be more robust, but the aspect would need to do some filtering on methods to be advised, so maybe it's not much more useful in this case after all.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065741



More information about the jboss-dev-forums mailing list