Back to Error Prone

GuiceAssistedInjectScoping

docs/bugpattern/GuiceAssistedInjectScoping.md

2.49.0248 B
Original Source

Classes that AssistedInject factories create may not be annotated with scope annotations, such as @Singleton. This will cause a Guice error at runtime.

See this bug report for details.