Interface FindSliceInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The return type
All Superinterfaces:
DataInterceptor<T,R>
All Known Implementing Classes:
DefaultFindSliceInterceptor

public interface FindSliceInterceptor<T,R> extends DataInterceptor<T,R>
An interceptor that handles a return type of Slice.
Since:
1.0.0
Author:
graemerocher