From 3220afc71a087b2013175551281260674dee460a Mon Sep 17 00:00:00 2001 From: markpollack Date: Thu, 6 Nov 2008 07:08:15 +0000 Subject: [PATCH] SPRNET-924 - Provide an AutoProxyCreator implementations based on object type names, class attributes, and type names --- doc/reference/src/aop.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/reference/src/aop.xml b/doc/reference/src/aop.xml index 3e7107bd..acc797f8 100644 --- a/doc/reference/src/aop.xml +++ b/doc/reference/src/aop.xml @@ -2210,6 +2210,14 @@ Saving speaker... patterns. + + AttributeAutoProxyCreator + + An AutoProxyCreator, that identifies objects to be proxied by + checking any System.Attribute defined on a given type and that types + interfaces. + + AbstractFilteringAutoProxyCreator