Skip to content

Commit 6b5ac2e

Browse files
committed
Polishing.
Add missing since tag. See #3942
1 parent f283b2e commit 6b5ac2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/domain/Specification.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public interface Specification<T> extends Serializable {
5757
*
5858
* @param <T> the type of the {@link Root} the resulting {@literal Specification} operates on.
5959
* @return guaranteed to be not {@literal null}.
60+
* @since 4.0
6061
*/
6162
static <T> Specification<T> unrestricted() {
6263
return (root, query, builder) -> null;

0 commit comments

Comments
 (0)