For many spring namespaces the documentation contains the 'bean' configuration. If someone needs some specific tweaks, they can use the bean configuration.
What beans do I have to setup to get the same functionality as:
Final goal is that I want to use another then the default 'DelegatingMethodSecurityMetadataSource', so I can add a method to clear the cache. But I think it would be nice if I could tweak any part of the 'global-method-security'.Code:<global-method-security secured-annotations="enabled" />
Thanks,
Erik


