swagger-api/swagger-codegen
View on GitHubCreate interfaces instead of abstract classes for JAX-RS
Open
#2,672 opened on Apr 21, 2016
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