You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
In the https://github.com/excilys/androidannotations/wiki/Enhance%20custom%20classes tutorial next code gives me an error: "Singleton cannot be resolved to a variable"
@EBean(scope = Singleton)I tried to replace it to
@EBean(scope = Scope.Singleton)and it compiles but my ebean doesnt work (views arent loading, listeners arent working)