Skip to content

Commit

Permalink
clarify javadoc of @AsynchronousNonBlocking
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Oct 2, 2023
1 parent d08b18a commit 19153d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Alternative to MicroProfile Fault Tolerance's {@link org.eclipse.microprofile.faulttolerance.Asynchronous @Asynchronous}
* for guarding non-blocking asynchronous methods (executed on the original thread). It may only be present on methods
* that declare return type of {@link java.util.concurrent.CompletionStage CompletionStage}. Otherwise, it has the same
* that declare return type of {@link java.util.concurrent.CompletionStage CompletionStage}. Other than that, it has the same
* meaning as MicroProfile Fault Tolerance's {@link org.eclipse.microprofile.faulttolerance.Asynchronous @Asynchronous}.
* More specifically:
* <p>
Expand Down

0 comments on commit 19153d7

Please sign in to comment.