package io.swagger.model;
import io.swagger.model.Approval;
import io.swagger.model.DateAndTime;
import io.swagger.model.PersonAndAddress;
import io.swagger.model.Workpiece;
import io.swagger.model.Workplan;
import java.util.ArrayList;
import java.util.List;
import javax.validation.constraints.*;
import io.swagger.v3.oas.annotations.media.Schema;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonValue;
import com.fasterxml.jackson.annotation.JsonCreator;
I am a developer who has almost no experience with Java. I’m trying to import the java file, but an error occurs in io.swagger. What should I do to solve this problem?
The method I did was to create a java project, create a folder, and try to import it from APP.java, but the file I was trying to import failed with an error.
New contributor
Mang You is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.