|
15 | 15 | */ |
16 | 16 | package org.gedcomx.source; |
17 | 17 |
|
| 18 | +import java.util.ArrayList; |
| 19 | +import java.util.Date; |
| 20 | +import java.util.Iterator; |
| 21 | +import java.util.LinkedList; |
| 22 | +import java.util.List; |
| 23 | + |
| 24 | +import javax.xml.XMLConstants; |
| 25 | +import jakarta.xml.bind.annotation.XmlAttribute; |
| 26 | +import jakarta.xml.bind.annotation.XmlElement; |
| 27 | +import jakarta.xml.bind.annotation.XmlRootElement; |
| 28 | +import jakarta.xml.bind.annotation.XmlSchemaType; |
| 29 | +import jakarta.xml.bind.annotation.XmlTransient; |
| 30 | +import jakarta.xml.bind.annotation.XmlType; |
| 31 | + |
18 | 32 | import com.fasterxml.jackson.annotation.JsonIgnore; |
19 | 33 | import com.fasterxml.jackson.annotation.JsonInclude; |
20 | 34 | import com.fasterxml.jackson.annotation.JsonProperty; |
|
23 | 37 | import com.webcohesion.enunciate.metadata.qname.XmlQNameEnumRef; |
24 | 38 | import com.webcohesion.enunciate.metadata.rs.TypeHint; |
25 | 39 | import org.gedcomx.agent.Agent; |
26 | | -import org.gedcomx.common.*; |
| 40 | +import org.gedcomx.common.Attributable; |
| 41 | +import org.gedcomx.common.Attribution; |
| 42 | +import org.gedcomx.common.HasNotes; |
| 43 | +import org.gedcomx.common.Note; |
| 44 | +import org.gedcomx.common.ResourceReference; |
| 45 | +import org.gedcomx.common.TextValue; |
| 46 | +import org.gedcomx.common.URI; |
27 | 47 | import org.gedcomx.conclusion.Identifier; |
28 | 48 | import org.gedcomx.links.HypermediaEnabledData; |
29 | 49 | import org.gedcomx.links.Link; |
|
0 commit comments