SimbotTopLevelBinderScan
标记配置需要进行扫描的顶层binder函数。
@SimbotTopLevelBinderScan({"com.example.foo", "com.example.bar"})
public class FooConfiguration {
// ...
}
Content copied to clipboard
@SimbotTopLevelBinderScan(["com.example.foo", "com.example.bar"])
open class FooConfiguration
Content copied to clipboard