Description
Due to confusion expressed on the mailing list, edit the README section on the public API to make unambiguous:
- the list of packages included (e.g. "all packages under org.apache.accumulo.core.client, save those named 'impl'")
- that public Classes and Interfaces in those packages are covered
- that within said Classes and Interfaces, we include
- public and protected members
- public and protected methods
- public and protected constructors
- public and protected inner Classes and Interfaces
And that "compatibility" means binary compatibility as defined in the Java Language Spec v3, Chapter 13
Attachments
Attachments
Issue Links
- is related to
-
ACCUMULO-2589 Create new client API
- Open