> @@ -42,19 +43,48 @@
>  /**
>   * We use the annotation {@link Extension} to bind a class that implements 
> an extension
>   * API to an {@link Extension}.
> + *
> + * Match in the following order:
> + *
> + * 1. Match by namespace
> + * 2. Match by namespace aliases
> + * 3. Match by alias
> + * 4. Match by name
> + *
> + * New versions of openstack have no namespaces anymore.
> + * Alias is different than a namespace alias - it's an alternative namespace 
> URL to match against.
> + *
> + * TODO: Rename 
> PresentWhenExtensionAnnotationNamespaceEqualsAnyNamespaceInExtensionsSet

Remove this now :)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/918/files#r52981656

Reply via email to