swagger-api/swagger-codegen
Create interfaces instead of abstract classes for JAX-RS
Aperta
#2672 aperta il 21 apr 2016
Enhancement: GeneralServer: Javahelp wanted
Metriche repository
- Star
- (12.701 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
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