Interface SignatureMethodHandler<R,​E extends Exception>

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

public interface SignatureMethodHandler<R,​E extends Exception>
Provides the capability to handle SignatureMethod instances in a typesafe way.
Author:
Martin Siegemund