AndroidAnnotations 和构造函数注入

AndroidAnnotations and constructor injection

我正在浏览 androidannotations cookbook,但找不到通过构造函数将依赖项注入 Bean 的方法。

这个库有可能吗?我已经准备好其他所有东西 运行,但我就是无法解决这个问题:/

Android 注释 does not provide this feature currently。 Setter 注入可能会在下一个版本中添加。 如果可能,使用字段注入。