Create custom annotation with Spring and Aspectj
In this blog we will create the custom annotation using spring and aspectj lib. So let’s assume that we have a rest API and we want to validate the request object for post requests.
In this blog we will create the custom annotation using spring and aspectj lib. So let’s assume that we have a rest API and we want to validate the request object for post requests.