GithubClient icon indicating copy to clipboard operation
GithubClient copied to clipboard

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

Open farmazon3000 opened this issue 8 years ago • 1 comments

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

farmazon3000 avatar Apr 27 '16 14:04 farmazon3000

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

Zhuinden avatar Dec 09 '16 23:12 Zhuinden