Skip to content

Commit

Permalink
javadoc changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Aug 6, 2022
1 parent 4e4e56a commit 1068cd0
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -10,8 +10,14 @@
* which return an instance of LoggingEventBuilder (usually as <code>this</code>). Such
* methods should be followed by one of the terminating <code>log()</code> methods returning
* <code>void</code>.</p>
* <p></p>
* <p>IntelliJ IDEA supports a check for annotations named as <code>CheckReturnValue</code>
* regardless of the containing package. For more information on this feature in IntelliJ IDEA, select File &#8594; Setting &#8594;
* Editor &#8594; Inspections and then Java &#8594; Probable Bugs &#8594; Result of method call ignored. </p>
* <p></p>
*
* <p>Some IDEs such as IntelliJ IDEA support this annotation at compile time.</p>
* <p>As for Eclipse, this feature has been requested in
* <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=572496">bug 572496</a></p>
*
* @author Ceki G&uuml;lc&uuml;
* @since 2.0.0-beta1
Expand Down

0 comments on commit 1068cd0

Please sign in to comment.