Skip to content

Commit a6b69af

Browse files
Merge branch 'tidyup'
2 parents 9cac2d1 + 3b3969e commit a6b69af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,10 @@ The code converts a `KProperty1<T,R>` to a `Path<T>` using `root.get<R>(property
157157
Once it has a `Path<R>` to work with, it delegates to the `makePredicate` function to configure the `CriteriaBuilder` given the `Path`.
158158

159159
The `makePredicate` function passed to `spec` is an extension function on `CriteraiBuilder`. So when `equal(it, x)` is called from inside the `spec` block, it is invoking `CriteriaBuilder::equal`.
160+
161+
162+
# Contributing to the Project #
163+
164+
If you like to contribute code to this project you can do so through GitHub by forking the repository and generating a pull request.
165+
166+
By contributing your code, you agree to license your contribution under the terms of the Apache License v2.0.

0 commit comments

Comments
 (0)