Collapse Merlin packaging
Mecharyry opened this issue · 1 comments
Mecharyry commented
Problem
We have some public
classes that are accessible to clients but we would never expect them to use.
Potential Solution
Collapse the Merlin
package structure so that we can make only those classes we expect clients to use to be public and all others can be hidden.
Impact
Hides unsupported classes from clients.