interface Generic { SomeGeneric foo(); } class II implements Generic { } class SomeGeneric

{ }