Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Allow annotated subtypes of Map and List #538

Closed hborisoff closed 1 year ago

hborisoff commented 1 year ago
What Where/Who
People Involved @hborisoff

Fix allowed types for @Variable annotation to include subtypes of Map and List. Probably the javadoc of isAssignableFrom hadn't been checked.