apache / accumulo-access

Apache Accumulo Access Control Library
https://accumulo.apache.org
Apache License 2.0
4 stars 11 forks source link

Adds check for classes in public API #32

Closed keith-turner closed 1 year ago

keith-turner commented 1 year ago

Adds a script to check which top level classes are in the public API. This is not something apilyzer can do, it can only check that the top level classes do not use non-public API types. So this script along with aplyizer should avoid unintended types from leaking into the public API.