> private final List<String> onBuild;
>
> -
> - @ConstructorProperties({ "Hostname", "Domainname", "User", "Memory",
> "MemorySwap", "CpuShares", "AttachStdin",
> + @SerializedNames({ "Hostname", "Domainname", "User", "Memory",
> "MemorySwap", "CpuShares", "AttachStdin",
@gk5885 @eamonnmcmanus @cgruber FYI: I updated our custom gson integration so
that it can recognize factory methods and pluck the names off. Would love to
replace this with generated code at some point, but it is currently reflective.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/102/files#r19436551