Example:
@LogMethod
void getSum(a,b){
return a+b
}
before method start executing
method started
after method executed
method end
I am not using spring in my project so can not used spring-aop
Example:
@LogMethod
void getSum(a,b){
return a+b
}
before method start executing
method started
after method executed
method end
I am not using spring in my project so can not used spring-aop