Thanks for the help!
Iitem book2 = (Iitem)ctx.getBean("something");
Type: Posts; User: khalidhajsaleh; Keyword(s):
Thanks for the help!
Iitem book2 = (Iitem)ctx.getBean("something");
I am trying to run simple example of MethodBeforeAdvice. For some reason, method calls are not intercepted. Any suggestions? thanks in advance.
Iitem is an interface. Book2 implements the...