commit | 753f0314cfe8b96d6eb4eeda1cff860f72c9b1d4 | [log] [tgz] |
---|---|---|
author | Victor Chang <vichang@google.com> | Wed May 26 17:13:56 2021 +0100 |
committer | Victor Chang <vichang@google.com> | Wed Jun 02 18:14:44 2021 +0100 |
tree | e93c85c086bd5c194f67be20845e6d7b341bc661 | |
parent | 87aa314212a5d08e6dc3a6208ff745535451dc60 [diff] |
Add @hide javadoc to @CorePlatformApi(status = STABLE) and private constructors It prepares the javadoc ready for adding @SystemApi which requires hidden APIs documented as @hide. @SystemApi adds default constructors into its API set, and thus private constructors are added to prevent this unintended exposure. Bug: 157639992 Test: m droid Test: Verified that no change in mmodules/intracoreapi/api/. Change-Id: Iff5863d5eb45d49b109c88f746dd7bb23b9f9d12