mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
fix for issue #148 - UuidType is not annotated
This commit is contained in:
parent
01de20c310
commit
53ef98198f
@ -51,6 +51,9 @@ package org.hl7.fhir.r4.model;
|
||||
|
||||
import java.net.URI;
|
||||
|
||||
import ca.uhn.fhir.model.api.annotation.DatatypeDef;
|
||||
|
||||
@DatatypeDef(name = "uuid", profileOf = UriType.class)
|
||||
public class UuidType extends UriType {
|
||||
|
||||
private static final long serialVersionUID = 3L;
|
||||
|
Loading…
x
Reference in New Issue
Block a user