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 bef2588 commit 219fd7fCopy full SHA for 219fd7f
spring-batch-integration/src/main/java/org/springframework/batch/integration/step/DelegateStep.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2006-2010 the original author or authors.
+ * Copyright 2006-2022 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.
@@ -26,8 +26,11 @@
26
* serving all other operations locally.
27
28
* @author Dave Syer
29
+ * @author Mahmoud Ben Hassine
30
+ * @deprecated since 5.0 with no replacement. Scheduled for removal in 5.2.
31
32
*/
33
+@Deprecated(since = "5.0", forRemoval = true)
34
public class DelegateStep extends AbstractStep {
35
36
private Step delegate;
0 commit comments