package test; import java.util.Collection; public interface SomeService { SomePiece> someMethod(SomeCriteria criteria); }