> + @SerializedName("override")
> + private Map<String, JsonBall> overrideAttributes;
> + @SerializedName("default")
> + private Map<String, JsonBall> defaultAttributes;
> + @SerializedName("automatic")
> + private Map<String, JsonBall> automaticAttributes;
> + @SerializedName("run_list")
> + private List<String> runList;
> + @SerializedName("chef_environment")
> + private String environment;
> +
> + // internal
> + @SerializedName("json_class")
> + private String _jsonClass = "Chef::Node";
> + @SerializedName("chef_type")
> + private String _chefType = "node";
Can these be `final`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/10/files#r6039915