File tree 1 file changed +4
-0
lines changed
src/main/java/org/springframework/hateoas/mediatype/vnderrors
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 36
36
* @see https://github.com/blongden/vnd.error
37
37
* @author Oliver Gierke
38
38
* @author Greg Turnquist
39
+ * @deprecated Use {@link org.springframework.hateoas.mediatype.problem.Problem} to form vendor neutral error messages.
39
40
*/
41
+ @ Deprecated
40
42
public class VndErrors implements Iterable <VndErrors .VndError > {
41
43
42
44
private final List <VndError > vndErrors ;
@@ -157,7 +159,9 @@ public boolean equals(@Nullable Object obj) {
157
159
* A single {@link VndError}.
158
160
*
159
161
* @author Oliver Gierke
162
+ * @deprecated Use {@link org.springframework.hateoas.mediatype.problem.Problem} to form vendor neutral error messages.
160
163
*/
164
+ @ Deprecated
161
165
public static class VndError extends RepresentationModel <VndError > {
162
166
163
167
@ JsonProperty private final String logref ;
You can’t perform that action at this time.
0 commit comments