pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.71k stars 1.03k forks source link

wildcard registration of all aamodels in manifest possible? #497

Open DavidMont opened 7 years ago

DavidMont commented 7 years ago

wildcard registration of all aamodels in manifest possible?

<meta-data
    android:name="AA_MODELS"
    android:value="com.myapp.model.*" />