swagger-api/swagger-codegen
Create interfaces instead of abstract classes for JAX-RS
オープン
#2,672 opened on 2016/04/21
Enhancement: GeneralServer: Javahelp wanted
Repository metrics
- Stars
- (12,701 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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