This seems like such a basic question, but I cannot find the information anywhere.
I would like to create an AAR that provides a public API, but hides the implementation, so that the implementation will not be called directly.
I see no way to do this otherwise than obfuscating the packages that I want to encapsulate (hide).
pzulw source
share