#1198 - Moved of deprecated @Wither in favor of @With.

This commit is contained in:
Oliver Drotbohm
2020-02-11 18:05:34 +01:00
parent d060e4b155
commit 29479b82d9
21 changed files with 57 additions and 57 deletions

View File

@@ -18,7 +18,7 @@ package org.springframework.hateoas;
import lombok.AccessLevel;
import lombok.RequiredArgsConstructor;
import lombok.Value;
import lombok.experimental.Wither;
import lombok.With;
import java.util.Optional;
@@ -41,7 +41,7 @@ import org.springframework.web.bind.annotation.RequestParam;
public class QueryParameter {
private final String name;
private final @Nullable @Wither String value;
private final @Nullable @With String value;
private final boolean required;
/**