swagger-api/swagger-codegen
在 GitHub 查看Create interfaces instead of abstract classes for JAX-RS
Open
#2,672 建立於 2016年4月21日
Enhancement: GeneralServer: Javahelp wanted
倉庫指標
- Star
- (12,701 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
The generated service api are based on abstract classes, not interface. We all know that abstract class is something to avoid in Java, and interface provides much more flexibility. So please make the generated codes interfaces instead of abstract classes