Skip to content

Instantly share code, notes, and snippets.

View RobertHeim's full-sized avatar

Robert Heim RobertHeim

  • Berlin, Germany
View GitHub Profile
@RobertHeim
RobertHeim / ReactivePermissionCheck.kt
Last active May 5, 2021 21:02 — forked from PaperPlane01/Example.kt
Use SpEL to check permissions in Spring Webflux app
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class ReactivePermissionCheck(val value: String)