Back to Intellij Community

CallingMethodShouldBeRequiresBlockingContext

plugins/devkit/devkit-core/resources/inspectionDescriptions/CallingMethodShouldBeRequiresBlockingContext.html

2025.3-rc-2203 B
Original Source

Highlights calls of method annotated with @RequiresBlockingMethod inside non-annotated method.

The calling method should be also annotated with @RequiresBlockingMethod to clearly state its contract.