arikast / springsandwich

Easy Spring controller interception via annotations. Type-safe alternative to Spring Security

Home Page:http://springsandwich.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding ElementType.ANNOTATION_TYPE to @Before and @After

rahul404 opened this issue · comments

Hey,
Can we add ElementType.ANNOTATION to @before , This would facilitate making a custom annotation @GeneraInterceptors and reduce the number of code requried to declare such interceptors before all the controllers