Most voted "annotation" questions
52 questions
Sort by count of
-
0
votes1
answer17
viewsProblem with Annotation after updating android studio
I have an implementation made with Socket.IO on android. However after I update the android studio, everything stopped working... I created routines to facilitate lib implementation, one of them is…
-
0
votes1
answer77
viewsHow 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…