Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why ActivityScope does not have @Retention(RetentionPolicy.RUNTIME)? #17

Open
farmazon3000 opened this issue Apr 27, 2016 · 1 comment

Comments

@farmazon3000
Copy link

Why ActivityScope does not have @Retention(RetentionPolicy.RUNTIME) while UserScope does. Is there any good reason or just copy paste bug?

@Zhuinden
Copy link

Zhuinden commented Dec 9, 2016

probably copy-paste bug, although Retention(RetentionPolicy.SOURCE) is sufficient for scopes because it is used for APT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants