Custom Scopes
suggest change@Scope
@Documented
@Retention(RUNTIME)
public @interface ActivityScope {
}
Scopes are just annotations and you can create your own ones where needed.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents