Skip to content

Commit 1068cd0

Browse files
committed
javadoc changes
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 4e4e56a commit 1068cd0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

slf4j-api/src/main/java/org/slf4j/helpers/CheckReturnValue.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
* which return an instance of LoggingEventBuilder (usually as <code>this</code>). Such
1111
* methods should be followed by one of the terminating <code>log()</code> methods returning
1212
* <code>void</code>.</p>
13+
* <p></p>
14+
* <p>IntelliJ IDEA supports a check for annotations named as <code>CheckReturnValue</code>
15+
* regardless of the containing package. For more information on this feature in IntelliJ IDEA, select File &#8594; Setting &#8594;
16+
* Editor &#8594; Inspections and then Java &#8594; Probable Bugs &#8594; Result of method call ignored. </p>
17+
* <p></p>
1318
*
14-
* <p>Some IDEs such as IntelliJ IDEA support this annotation at compile time.</p>
19+
* <p>As for Eclipse, this feature has been requested in
20+
* <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=572496">bug 572496</a></p>
1521
*
1622
* @author Ceki G&uuml;lc&uuml;
1723
* @since 2.0.0-beta1

0 commit comments

Comments
 (0)