Posts by Victor Assis • 1 point
1 post
-
0
votes1
answer77
viewsQ: How to create a custom annotation in Spring Boot and run it automatically when a method is called?
I would like to create my own annotations. For example; when a controller spring is called and it has my annotation, some validation is executed. @GetMapping @MinhaAnotacao(value="log") // Aqui…