Skip to content

Commit 08d7f56

Browse files
committed
Deprecate AbstractNeo4jItemReader
Resolves #3777
1 parent f6a8d10 commit 08d7f56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/item/data/AbstractNeo4jItemReader.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2016 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -55,8 +55,11 @@
5555
* </p>
5656
*
5757
* @author Michael Minella
58+
* @author Mahmoud Ben Hassine
5859
* @since 3.07
60+
* @deprecated Extend {@link Neo4jItemReader} instead.
5961
*/
62+
@Deprecated
6063
public abstract class AbstractNeo4jItemReader<T> extends
6164
AbstractPaginatedDataItemReader<T> implements InitializingBean {
6265

0 commit comments

Comments
 (0)