1
我正在通過androidannotations cookbook,我無法找到方法通過構造函數向Bean注入依賴項。AndroidAnnotations和構造函數注入
這個圖書館有可能嗎?我有其他一切正在運行,但我不能解決這個單一的問題:/
我正在通過androidannotations cookbook,我無法找到方法通過構造函數向Bean注入依賴項。AndroidAnnotations和構造函數注入
這個圖書館有可能嗎?我有其他一切正在運行,但我不能解決這個單一的問題:/
AndroidAnnotations does not provide this feature currently。在下一個版本中可能會添加Setter注入。 如果可能,請使用現場注入。