> +
> + /**
> + * Returns the list of all routers currently defined in Neutron for the
> current tenant. The list provides the unique
> + * identifier of each router configured for the tenant
> + *
> + * @return the list of all router references configured for the tenant.
> + */
> + @Named("router:list")
> + @GET
> + @ResponseParser(ParseRouters.class)
> + @Transform(ParseRouters.ToPagedIterable.class)
> + @Fallback(Fallbacks.EmptyPagedIterableOnNotFoundOr404.class)
> + @QueryParams(keys = {"fields", "fields", "fields"}, values = {"id",
> "tenant_id", "name"})
> + PagedIterable<? extends ReferenceWithName> list();
> +
> + @Named("router:list")
Add a `@see ...` Javadoc comment to link to overloaded version?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/47/files#r7546860