Project

General

Profile

1
package eu.dnetlib.goldoa.service;
2

    
3
import java.util.List;
4

    
5
/**
6
 * Created by antleb on 3/11/15.
7
 */
8
public interface Searchable {
9

    
10
	public List<Object> search(String term);
11
}
(27-27/29)