swagger-api/swagger-codegen

Create interfaces instead of abstract classes for JAX-RS

オープン

#2,672 opened on 2016/04/21

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)HTML (5,474 件のフォーク)batch import
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

コントリビューターガイド