We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c778258 commit 1069af3Copy full SHA for 1069af3
src/main/java/org/springframework/data/webflux/querydsl/QuerydslPredicateArgumentResolver.java
@@ -30,10 +30,11 @@
30
31
/**
32
* {@link HandlerMethodArgumentResolver} to allow injection of
33
- * {@link com.querydsl.core.types.Predicate} into Spring MVC controller methods.
+ * {@link com.querydsl.core.types.Predicate} into Spring WebFlux controller methods.
34
*
35
* @author Christoph Strobl
36
* @author Oliver Gierke
37
+ * @author Matías Hermosilla
38
* @since 1.11
39
*/
40
public class QuerydslPredicateArgumentResolver implements HandlerMethodArgumentResolver {
0 commit comments