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 199fc39 commit 499abbeCopy full SHA for 499abbe
src/main/java/org/springframework/data/repository/query/ReactiveQueryMethodEvaluationContextProvider.java
@@ -28,9 +28,9 @@
28
*
29
* @author Mark Paluch
30
* @since 2.4
31
- * @deprecated since 4.0 in favor of {@link QueryMethodValueEvaluationContextAccessor}.
+ * @deprecated since 3.4 in favor of {@link QueryMethodValueEvaluationContextAccessor}.
32
*/
33
-@Deprecated(since = "4.0")
+@Deprecated(since = "3.4")
34
public interface ReactiveQueryMethodEvaluationContextProvider extends QueryMethodEvaluationContextProvider {
35
36
ReactiveQueryMethodEvaluationContextProvider DEFAULT = new ReactiveExtensionAwareQueryMethodEvaluationContextProvider(
0 commit comments