blob: 66ea1b4ac432d8d6b7f67c3ab7713d9bb2dd5732 [file] [log] [blame]
<html>
<body>
Reports any <b>interface</b> that may be annotated as <b>@FunctionalInterface</b>, which is available in JDK 1.8.
Annotating an interface with <b>@FunctionalInterface</b> can be useful to indicate that the interface is supposed to be functional and
further <b>abstract</b> methods should not be added to it.
This inspection only reports if the project or module is configured to use a language level of 8.0 or higher.
<p>
<small>New in 13.1</small>
</body>
</html>