Project

General

Profile

1
package eu.dnetlib.clients.index.query;
2

    
3
public interface IndexQueryResponse<T> {
4

    
5
	public T getContextualQueryResponse();
6

    
7
}
(4-4/9)