If you look at LienarLayout’s source code, you’ll notice that there is an annotations called @ViewDebug.ExportedProperty. My questions is: what is @ViewDebug.ExportedProperty exactly?
If you look at LienarLayout’s source code , you’ll notice that there is an
Share
@ViewDebug.ExportedPropertyis an annotation used for debugging the Android framework. It’s not part of the public API.The ViewServer is not part of the public API. See this discussion about the view server where Android framework engineer Romain Guy says: