For one of my requirment i have created a inteface with multiple methods and each method annotated with my own java custom annotation. I have a spring aop aspect for my implementation class and i am not able to get my custom annotation in aop aspect. after doing debug i understood my custom annotation is part of the interface and not in implementation class.
How can i get my custom annotation in my implementation methods which declared in interface ?