HI i am very new to AspectJ and to this mailing list.
i am trying some examples, but declare warning is not working.
this is my code:
------------------------------------------------
pointcut sysAccess(): get(* System.out);
    
    declare warning: sysAccess():
        "Access Denied";
------------------------------------------------
why it is not working?
can anybody explain?

regards
Mallik Avul

       
---------------------------------
Pinpoint customers who are looking for what you sell. 
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to