Class<Input> inputInterface = findInterfaceWithAnnotation(INPUT_ANNOTATION_MAP, renderable.getClass(), Input.class);
if (inputInterface != null) {
injector.register(createInput(inputInterface, dynamicInput));
}
return (PostAction) new MethodInvoker(injector, hs).invoke(am, renderable);
}