interface StaticBase { static void foo(T t) {} } class Foo implements StaticBase { static void foo(T t){} }