Files
openide/plugins/devkit/devkit-core/resources/inspectionDescriptions/CallingMethodShouldBeRequiresBlockingContext.html
Yann Cébron 6cde40ae60 [devkit] CallingMethodShouldBeRequiresBlockingContext: format annotation FQN
GitOrigin-RevId: be420bbf0b54eef21a6e9ce0194fb7485cd0df3e
2023-10-12 09:43:56 +00:00

8 lines
265 B
HTML

<html>
<body>
<p>
Highlights calls of method annotated with <code>@RequiresBlockingMethod</code> inside non-annotated method.
</p>
The calling method should be also annotated with <code>@RequiresBlockingMethod</code> to clearly state its contract.
</body>
</html>