DSpotDevelopers / declex

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

Add @AfterInject annotation support for Declex Model Classes (@Model) #73

Open z3phyro opened 7 years ago

z3phyro commented 7 years ago

I can't manage to use a @Bean inside a model because I can't make a method that get executed after the injection happens

smaugho commented 7 years ago

The issue is not related with the models, it works fine for the models when they are injected, as well when they are injected from the DataBase, the issue is related to don't running the injections when the @UseModel annotated class is injected from within a @ServerModel request.