swagger-api/swagger-codegen

Create interfaces instead of abstract classes for JAX-RS

Open

#2,672 opened on 2016年4月21日

GitHub で見る
 (3 comments) (1 reaction) (0 assignees)HTML (5,474 forks)batch import
Enhancement: GeneralServer: Javahelp wanted

Repository metrics

Stars
 (12,701 stars)
PR merge metrics
 (30d に merged 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

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