The last code snippet was messed up, this is the woven code

  | class Blah{
  |   @Destroy
  |   void someMethod(){
  |     //hooks for aop
  | 
  |     @Destroy
  |     aop$someMethod();
  |   }
  | }
  | 

I will fix it so it becomes


  | class Blah{
  |   @Destroy
  |   void someMethod(){
  |     //hooks for aop
  | 
  |     aop$someMethod();
  |   }
  | }
  | 


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

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

Reply via email to