Project

General

Profile

1
package eu.dnetlib.enabling.datastructures;
2

    
3
import java.util.TreeSet;
4

    
5
import eu.dnetlib.enabling.annotations.DnetResource;
6
import eu.dnetlib.rmi.objects.is.DnetResourceFormat;
7
import eu.dnetlib.rmi.objects.is.DnetResourceKind;
8

    
9
@DnetResource(type = "Vocabulary", kind = DnetResourceKind.CONFIGURATION, format = DnetResourceFormat.JSON)
10
public class Vocabulary extends TreeSet<VocabularyTerms> {
11

    
12
	private static final long serialVersionUID = 1457952741071376416L;
13

    
14
}
(4-4/5)