Files
openide/jvm/jvm-analysis-impl/resources/inspectionDescriptions/OverrideOnly.html
Bas Leijdekkers f2d0ec0156 cleanup some inspection descriptions (IDEA-251455)
GitOrigin-RevId: 41a2012998f1342f484ade71639f587bf11caccc
2021-02-09 16:32:07 +00:00

9 lines
478 B
HTML

<html>
<body>
Reports calls to API methods marked with an <code>@ApiStatus.OverrideOnly</code> annotation.
An <code>@ApiStatus.OverrideOnly</code> indicates that the annotated method is part of SPI (Service Provider Interface),
which is intended to be <strong>only implemented or overridden</strong> but not called by clients of the declaring library.
If a class or interface is marked with this annotation, it means that all its methods can be only overridden.
</body>
</html>