I am currently developing a API Authorization. So basically i have an filter JwtAuthorizationFilter. And in my RestController i want to annotate the request that sh
JwtAuthorizationFilter