Can the supplied advisor apply at all on the supplied targetType?
Can the supplied advisor apply at all on the supplied targetType?
public static bool CanApply(IAdvisor,Type,Type[])
Can the supplied advisor apply at all on the supplied targetType?
public static bool CanApply(IAdvisor,Type,Type[],bool)
Can the supplied pointcut apply at all on the supplied targetType?
public static bool CanApply(IPointcut,Type,Type[])
Can the supplied pointcut apply at all on the supplied targetType?
public static bool CanApply(IPointcut,Type,Type[],bool)
AopUtils Class | Spring.Aop.Framework Namespace