Hi there,
this is my first post!
I want to define a custom @Secured-Annotation, wich can handle Enums like that:
Is there a Way to configure Spring Security to use this @MySecured-Annotation with my Right-Enum?Code:public interface MyDAO { @MySecured(Right.Admin) public List<OmnibusOrder> doSomethingIncredible(); }
thx for any help.
Toast


Reply With Quote
