docker-java-api icon indicating copy to clipboard operation
docker-java-api copied to clipboard

Separate Interfaces from Classes

Open amihaiemil opened this issue 4 years ago • 2 comments

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.

amihaiemil avatar Mar 03 '20 13:03 amihaiemil

Should be this mentioned in the JavaDocs too?

irinil avatar Mar 20 '20 13:03 irinil

@irinil If you want to continue contributing, I would start with other tickets, until you learn the library's architecture. For instance, the ticket about continuing with the Swarm API.

See how other API endpoints are implemented :)

amihaiemil avatar Mar 21 '20 17:03 amihaiemil