Mastodon
All posts tagged

Spring

Using Meta-Annotations in Spring MVC Controllers

Using Meta-Annotations in Spring MVC Controllers

I saw a nice best practice recently that I want to share. It’s about how to handle @PreAuthorize annotations in Spring controllers. An architect proposed to ...