value field of annotation is actually the name of the class

This commit is contained in:
Athou
2019-05-01 19:57:52 +02:00
parent 696e0b1fa7
commit c3ca0b18b3
21 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import io.swagger.annotations.ApiModel;
import lombok.Data;
@SuppressWarnings("serial")
@ApiModel("Server infos")
@ApiModel(description = "Server infos")
@Data
public class ServerInfo implements Serializable {