Skip to content

Commit

Permalink
Removed JAXB annotations and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rma-bryson committed Jun 5, 2024
1 parent 19a4709 commit 38c5e98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cwms-data-api/src/main/java/cwms/cda/data/dto/LookupType.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@
import cwms.cda.formatters.annotations.FormattableWith;
import cwms.cda.formatters.json.JsonV1;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.Objects;

@XmlRootElement(name = "lookupType")
@XmlAccessorType(XmlAccessType.FIELD)
@FormattableWith(contentType = Formats.JSON, formatter = JsonV1.class)
@JsonDeserialize(builder = LookupType.Builder.class)
@JsonInclude(JsonInclude.Include.NON_NULL)
Expand Down

0 comments on commit 38c5e98

Please sign in to comment.