> + }
> + }
> +
> + @AutoValue
> + public abstract static class ProviderResourceType {
> + @Nullable
> + public abstract String resourceType();
> +
> + @Nullable
> + public abstract List<String> locations();
> +
> + @Nullable
> + public abstract List<String> apiVersions();
> +
> + @Nullable
> + public abstract Map<String, JsonBall> properties();
Is there a need for collections to be nullable? Is this the same case than the
`tags` properties?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/273/files/74f8e9bf66e7427298c5c3c9567aa7d8284e0987#r64476244