|
|
|
|
@ -28,9 +28,9 @@ import org.springframework.expression.EvaluationContext;
@@ -28,9 +28,9 @@ import org.springframework.expression.EvaluationContext;
|
|
|
|
|
* |
|
|
|
|
* @author Mark Paluch |
|
|
|
|
* @since 2.4 |
|
|
|
|
* @deprecated since 4.0 in favor of {@link QueryMethodValueEvaluationContextAccessor}. |
|
|
|
|
* @deprecated since 3.4 in favor of {@link QueryMethodValueEvaluationContextAccessor}. |
|
|
|
|
*/ |
|
|
|
|
@Deprecated(since = "4.0") |
|
|
|
|
@Deprecated(since = "3.4") |
|
|
|
|
public interface ReactiveQueryMethodEvaluationContextProvider extends QueryMethodEvaluationContextProvider { |
|
|
|
|
|
|
|
|
|
ReactiveQueryMethodEvaluationContextProvider DEFAULT = new ReactiveExtensionAwareQueryMethodEvaluationContextProvider( |
|
|
|
|
|