Skip to content

Commit

Permalink
Add '@FunctionalInterface' to JobKeyGenerator
Browse files Browse the repository at this point in the history
Resolves #4613

Signed-off-by: Taeik Lim <[email protected]>
  • Loading branch information
acktsap authored and fmbenhassine committed Oct 23, 2024
1 parent 7c10a0f commit dd10525
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2022 the original author or authors.
* Copyright 2013-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -21,9 +21,11 @@
*
* @author Michael Minella
* @author Mahmoud Ben Hassine
* @author Taeik Lim
* @param <T> The type of the source data used to calculate the key.
* @since 2.2
*/
@FunctionalInterface
public interface JobKeyGenerator<T> {

/**
Expand Down

0 comments on commit dd10525

Please sign in to comment.