Interface SignatureParamsHandler<R,​E extends Exception>

Type Parameters:
R - the type of the return value
E - the type of the exception

public interface SignatureParamsHandler<R,​E extends Exception>
Provides the capability of handling SignatureParams instances in a typesafe way.
Author:
Martin Siegemund