Project

General

Profile

« Previous | Next » 

Revision 05968e02

Added by Anahit Babadshanjan almost 16 years ago

Marshall TextData/MultiLanguageText for one entry in Map

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/Language.java
20 20
import javax.xml.bind.annotation.XmlAccessType;
21 21
import javax.xml.bind.annotation.XmlAccessorType;
22 22
import javax.xml.bind.annotation.XmlAttribute;
23
import javax.xml.bind.annotation.XmlRootElement;
23 24
import javax.xml.bind.annotation.XmlType;
24 25

  
25 26
/**
......
32 33
 */
33 34
@XmlAccessorType(XmlAccessType.FIELD)
34 35
@XmlType(name = "Language")
36
@XmlRootElement(name = "Language")
35 37
@Entity
36 38
@Component
37 39
public class Language extends DefinedTermBase {

Also available in: Unified diff