This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 15bd25f [site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
15bd25f is described below
commit 15bd25fec48bcc30f066e3b23250d3188b74303b
Author: jenkins <[email protected]>
AuthorDate: Fri Dec 10 00:46:29 2021 +0000
[site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
---
jakartaee-9.0/javadoc/jakarta/xml/ws/AsyncHandler.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/jakartaee-9.0/javadoc/jakarta/xml/ws/AsyncHandler.html
b/jakartaee-9.0/javadoc/jakarta/xml/ws/AsyncHandler.html
index 795f394..b0f5fd9 100644
--- a/jakartaee-9.0/javadoc/jakarta/xml/ws/AsyncHandler.html
+++ b/jakartaee-9.0/javadoc/jakarta/xml/ws/AsyncHandler.html
@@ -102,9 +102,14 @@ var activeTableTab = "activeTableTab";
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - The type of the message or payload</dd>
</dl>
+<dl>
+<dt>Functional Interface:</dt>
+<dd>This is a functional interface and can therefore be used as the assignment
target for a lambda expression or method reference.</dd>
+</dl>
<hr>
<br>
-<pre>public interface <span
class="typeNameLabel">AsyncHandler<T></span></pre>
+<pre>@FunctionalInterface
+public interface <span class="typeNameLabel">AsyncHandler<T></span></pre>
<div class="block">The <code>AsyncHandler</code> interface is implemented by
clients that wish to receive callback notification of the completion of
service endpoint operations invoked asynchronously.</div>