mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
value field of annotation is actually the name of the class
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user