Results 1 to 3 of 3

Thread: Apply advice to interface

  1. #1
    Join Date
    Apr 2008
    Posts
    23

    Default Apply advice to interface

    Is it ok to apply advice to an interface method so that any class which implements the interface will also have the advice applied to it? Or is this not correct?

  2. #2
    Join Date
    Jun 2006
    Location
    SF Bay Area, California
    Posts
    524

    Default

    It is okay.

    -Ramnivas
    Ramnivas Laddad (Follow me on Twitter)
    AspectJ in Action: Enterprise AOP with Spring Applications (2nd edition). Now available!

  3. #3
    Join Date
    Apr 2008
    Posts
    23

    Default

    cool. thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •