diff --git a/docs/manual/src/docbook/secured-objects.xml b/docs/manual/src/docbook/secured-objects.xml index ff3800a401..dd2fe56183 100644 --- a/docs/manual/src/docbook/secured-objects.xml +++ b/docs/manual/src/docbook/secured-objects.xml @@ -124,7 +124,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean { throw new IllegalArgumentException("securityInterceptor required"); } } -} +} In the above example, the security interceptor will be applied to every instance of PersistableEntity, which is an abstract class not shown (you can use any @@ -140,7 +140,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean { - + ]]> That's it! Now you can create your beans from anywhere within your application, using