Hi,
Im facing problem when i generate the APi Doc.
@XmlElement(name = "data")
@ApiModelProperty(name = "data", value = "Which holds response data")
private EmployeeIdWrapperDTO data;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlRootElement(name = "employeeIds")
@JsonInclude(JsonInclude.Include.NON_NULL)
@ApiModel(value = "employeeIds")
public class EmployeeIdWrapperDTO implements Serializable
{
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.