diff --git a/src/docbkx/secured-objects.xml b/src/docbkx/secured-objects.xml index 3de7416305..000a783ad1 100644 --- a/src/docbkx/secured-objects.xml +++ b/src/docbkx/secured-objects.xml @@ -9,7 +9,7 @@ Prior to Spring Security 2.0, securing MethodInvocations needed quite a lot of boiler plate configuration. Now the recommended approach for method security - is to use namespace configuration. + is to use namespace configuration. This way the method security infrastructure beans are configured automatically for you so you don't really need to know about the implementation classes. We'll just provide a quick overview of the classes that are involved here.