I need to increment a Class variable every time a function of come other class is called.
This is a part of Spring AOP(Aspect Oriented Programming)
can any one guide me how it is done in spring 3.0 using annotations or may be configuring in XML file
I need to increment a Class variable every time a function of come other class is called.
This is a part of Spring AOP(Aspect Oriented Programming)
can any one guide me how it is done in spring 3.0 using annotations or may be configuring in XML file