mapbox / mapbox-base-android

This repository hosts annotation processors and module providers for Mapbox modular SDKs.
Other
11 stars 8 forks source link

Use strong class reference for no-config glue class #32

Closed LukasPaczos closed 4 years ago

LukasPaczos commented 4 years ago

Closes https://github.com/mapbox/mapbox-base-android/issues/31.

Instead of storing String references to the class, we can actually import the implementation class which not only saves us one reflection class lookup, but also prevents minification of the implementation class thanks to a binary reference.