We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c10a0f commit dd10525Copy full SHA for dd10525
spring-batch-core/src/main/java/org/springframework/batch/core/JobKeyGenerator.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2013-2022 the original author or authors.
+ * Copyright 2013-2024 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -21,9 +21,11 @@
21
22
* @author Michael Minella
23
* @author Mahmoud Ben Hassine
24
+ * @author Taeik Lim
25
* @param <T> The type of the source data used to calculate the key.
26
* @since 2.2
27
*/
28
+@FunctionalInterface
29
public interface JobKeyGenerator<T> {
30
31
/**
0 commit comments