package net.tomatentum.cutin; public interface MethodExecutor { void handle(C context); }