> @@ -231,11 +237,11 @@ public static Volume forId(String volumeId) {
> @Named("display_description")
> private final String description;
> private final Map<String, String> metadata;
> nope the field name is "metadata"...
@nacx Just to clarify my understanding: is it better to have `@Named` on
attributes where the name is the same as the annotation, or is that
unnecessary? I recall some discussion about this making a difference in terms
or forcing the code to do reflection, or something like that...but would rather
ask to clarify ;-)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/562/files#r19085723