Add annotation to new datatype
This commit is contained in:
parent
bdab9a78b3
commit
630ab0afcb
|
@ -49,8 +49,11 @@ package org.hl7.fhir.r5.model;
|
|||
*/
|
||||
|
||||
|
||||
import ca.uhn.fhir.model.api.annotation.DatatypeDef;
|
||||
|
||||
import java.net.URI;
|
||||
|
||||
@DatatypeDef(name = "uuid", profileOf = UriType.class)
|
||||
public class UuidType extends UriType {
|
||||
|
||||
private static final long serialVersionUID = 3L;
|
||||
|
|
Loading…
Reference in New Issue