As I know by JSR-330 Scope annotations should have...
# dagger
g
As I know by JSR-330 Scope annotations should have RUNTIME retention Check this for example: http://javax-inject.github.io/javax-inject/api/javax/inject/Scope.html But I’m not sure is this annotation actually used by default on runtime, but for example
@Singleton
scope has Runtime retention