package org.jboss.resteasy.test.util.resource; public interface TypesGenericAnotherFoo<T> extends TypesGenericAnotherBar { void foo(T t); }