From b1243416fc494de2780509676867ce614330125e Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 5 Feb 2010 20:24:05 +0000 Subject: [PATCH] Minor corrections to aspectj interceptor docs --- docs/manual/src/docbook/secured-objects.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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