Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 4797

Java Spring Force developers to set permission annotation at http endpoints

$
0
0

I want to protect all http endpoints with spring security annotations. Is there a way to punish developers that forget setting annotations on methods. Spring configuration? Or do I have to write my own AOP/Reflection code that does this at compile time?


Viewing all articles
Browse latest Browse all 4797

Trending Articles