> +import javax.ws.rs.Path;
> +import javax.ws.rs.core.MediaType;
> +
> +/**
> + * @author Inbar Stolberg
> + */
> +
> +@Beta
> +@Extension(of = ServiceType.COMPUTE, namespace =
> ExtensionNamespaces.ADMIN_ACTIONS)
> +@RequestFilters(AuthenticateRequest.class)
> +public interface AvailabilityZoneAsyncApi {
> +
> + /**
> + * List all availability zones
> + *
> + * @return all availability zones
Again, I think the `@return` line should be sufficient
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/179/files#r6973630