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 5200bdb commit 37120deCopy full SHA for 37120de
src/main/java/org/springframework/data/querydsl/binding/QuerydslPredicateBuilderCustomizer.java
@@ -20,13 +20,9 @@
20
import java.util.concurrent.ConcurrentHashMap;
21
22
/**
23
- * Builder assembling {@link Predicate} out of {@link PropertyValues}.
+ * QuerydslPredicateBuilderCustomizer.
24
*
25
- * @author Christoph Strobl
26
- * @author Oliver Gierke
27
- * @author Mark Paluch
28
- * @author Johannes Englmeier
29
- * @since 1.11
+ * @author Rodrigo Rodrigues
30
*/
31
@FunctionalInterface
32
public interface QuerydslPredicateBuilderCustomizer {
0 commit comments