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.
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.