Interface Aspects.InterceptBuilder<T>

Type Parameters:
T - the delegate type
Enclosing class:
Aspects

public static interface Aspects.InterceptBuilder<T>
A builder to create a proxy that delegates to another object but can intercept calls, put something before, after and around calls.