DSpotDevelopers / declex

DecleX - Declarative Framework for Android, easier and faster coding.
Other
168 stars 25 forks source link

The adapter class passed to @AdapterClass annotation should be @EBeans #187

Open smaugho opened 7 years ago

smaugho commented 7 years ago

If the adapters bassed to AdapterClass are normal @EBeans, they should be using any of the @EBean features, including Actions and all kind of dependency injections.

Note that AdapterClasses are most of the times static and abstract, this should not represent a problem.