abstract class WitherWithAbstract { String foo; @java.lang.SuppressWarnings("all") public abstract WitherWithAbstract withFoo(final String foo); }