Hi,
I'd lke to use multiple securityBindingTypes on class level using the security module with @secured. When i have only one annotation on class level is working well, but if I add a second one the CustonAccessDecisionVoter for the second annotation is not executed. In this link I have more details about my uses case - http://stackoverflow.com/questions/26068048/multiple-deltasike-securitybindingtype-annotations-on-class
