package org.springframework.issues; public interface FooService { String get() throws Throwable; }