mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 00:21:19 +00:00
made imports more intelligent
This commit is contained in:
@@ -6,10 +6,7 @@ import {{invokerPackage}}.StringUtil;
|
||||
|
||||
{{#serializableModel}}
|
||||
import java.io.Serializable;{{/serializableModel}}
|
||||
import java.util.Objects;
|
||||
|
||||
import io.swagger.annotations.*;
|
||||
import com.fasterxml.jackson.annotation.*;
|
||||
{{#models}}
|
||||
|
||||
{{#model}}{{#description}}
|
||||
|
||||
Reference in New Issue
Block a user