> private final List<String> onBuild;
>
> -
> - @ConstructorProperties({ "Hostname", "Domainname", "User", "Memory",
> "MemorySwap", "CpuShares", "AttachStdin",
> + @SerializedNames({ "Hostname", "Domainname", "User", "Memory",
> "MemorySwap", "CpuShares", "AttachStdin",
Out of curiosity. Is this object intended to be serialized? If so, when
serializing, is the serialized form for each field extracted somehow from the
constructor annotation?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/102/files#r19441121