Files
openide/java/java-impl/resources/inspectionDescriptions/ExtendsAnnotation.html
2025-02-05 04:43:28 +00:00

9 lines
276 B
HTML

<html>
<body>
Reports classes declared as an implementation or extension of an annotation
interface.
<p>While it is legal to extend an annotation interface, it is often done by accident,
and the result can't be used as an annotation.</p>
<!-- tooltip end -->
</body>
</html>