swagger-api/swagger-codegen

Create interfaces instead of abstract classes for JAX-RS

Open

#2672 aperta il 21 apr 2016

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)HTML (5474 fork)batch import
Enhancement: GeneralServer: Javahelp wanted

Metriche repository

Star
 (12.701 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor