Android 自定义范围

例子

@Scope
@Documented
@Retention(RUNTIME)
public @interface ActivityScope {
}

范围只是注释,您可以在需要时创建自己的范围。