amihaiemil / amihaiemil/docker-java-api
Separate Interfaces from Classes
Abierto
enhancement
good first issue
help wanted
role/DEV
- Lenguaje dominante
- Java
- Estrellas
- 274
- Forks
- 56
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
All the classes should be in their own package, for Access Control reasons. However, we can separate the interfaces from the classes. Let's try to do this without breaking backwards compatibility.
We can leave the interfaces in the current package and create an ``impl`` package for the classes.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.