SPRNET-924 - Provide an AutoProxyCreator implementations based on object type names, class attributes, and type names

This commit is contained in:
markpollack
2008-11-06 07:02:17 +00:00
parent 2f7e1e1678
commit 1235ead8e6

View File

@@ -30,8 +30,7 @@ using Spring.Util;
namespace Spring.Aop.Framework.AutoProxy
{
/// <summary>
/// This AutoProxyCreator only proxies objects matching the specified <see cref="IPointcut"/>. Additionally, proxy creation may
/// be further restricted by specifying object name patterns like with <see cref="ObjectNameAutoProxyCreator"/>.
/// This AutoProxyCreator only proxies objects matching the specified <see cref="IPointcut"/>.
/// </summary>
/// <author>Erich Eichinger</author>
public class PointcutFilteringAutoProxyCreator : AbstractFilteringAutoProxyCreator