Commit b5000ba834c2ce007bb7d01be93f049e6d41d80d

Authored by Sandro Lopes
1 parent f5c372f5
Exists in master

Exclui suporte a consumo XML

Remoção das configurações que possibilitavam o consumo em XML.
Please enter the commit message for your changes. Lines starting
src/main/java/br/gov/ans/exceptions/ErrorMessage.java
1 1 package br.gov.ans.exceptions;
2 2  
3   -import javax.xml.bind.annotation.XmlRootElement;
4   -
5   -@XmlRootElement
6 3 public class ErrorMessage {
7 4 private String error;
8 5 private String code;
... ...