Add annotation to new datatype

This commit is contained in:
jamesagnew 2019-12-31 08:10:48 -05:00
parent bdab9a78b3
commit 630ab0afcb
1 changed files with 36 additions and 33 deletions

View File

@ -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;