SimbotTopLevelBinderScan

标记配置需要进行扫描的顶层binder函数。

@SimbotTopLevelBinderScan({"com.example.foo", "com.example.bar"})
public class FooConfiguration {
// ...
}
@SimbotTopLevelBinderScan(["com.example.foo", "com.example.bar"])
open class FooConfiguration

Properties

Link copied to clipboard