Skip to content

Commit

Permalink
annotate AsyncHandler with @FunctionalInterface
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Markevich <a_markevich@itos.eu.org>
  • Loading branch information
Alexey Markevich authored and lukasj committed Dec 9, 2021
1 parent ab856e2 commit 36e744c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main/java/jakarta/xml/ws/AsyncHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @param <T> The type of the message or payload
* @since 1.6, JAX-WS 2.0
**/
@FunctionalInterface
public interface AsyncHandler<T> {

/** Called when the response to an asynchronous operation is available.
Expand Down

0 comments on commit 36e744c

Please sign in to comment.