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?
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?
It is okay.
-Ramnivas
Ramnivas Laddad (Follow me on Twitter)
AspectJ in Action: Enterprise AOP with Spring Applications (2nd edition). Now available!
cool. thanks