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 9f86b1f commit 1b91c9aCopy full SHA for 1b91c9a
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/_Metadata.java
@@ -35,18 +35,18 @@ abstract class _Metadata {
35
/**
36
* The metadata annotations
37
*/
38
- @JsonProperty("annotations")
39
- @JsonInclude
40
@AllowNulls
+ @JsonInclude
+ @JsonProperty("annotations")
41
@Nullable
42
abstract Map<String, String> getAnnotations();
43
44
45
* The metadata labels
46
47
- @JsonProperty("labels")
48
49
+ @JsonProperty("labels")
50
51
abstract Map<String, String> getLabels();
52
0 commit comments