swagger-api/swagger-codegen

Create interfaces instead of abstract classes for JAX-RS

Open

#2,672 opened on Apr 21, 2016

View on GitHub
 (3 comments) (1 reaction) (0 assignees)HTML (12,701 stars) (5,474 forks)batch import
Enhancement: GeneralServer: Javahelp wanted

Description

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

Contributor guide