Creates a new instance of the ComposablePointcut class that matches all the methods on all Types.
Creates a new instance of the ComposablePointcut class that matches all the methods on all Types.
public ComposablePointcut()
Creates a new instance of the ComposablePointcut class that uses the supplied typeFilter and methodMatcher.
public ComposablePointcut(ITypeFilter,IMethodMatcher)
ComposablePointcut Class | Spring.Aop.Support Namespace