Added a note to the org.jclouds.providers.BaseProviderMetadata class in core

per Adrian's request.

* core/src/main/java/org/jclouds/providers/BaseProviderMetadata.java: Updated
   as mentioned above.
This commit is contained in:
Jeremy Whitlock 2011-05-12 16:28:40 -06:00
parent 259159708d
commit 25f8f1ad80
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ import java.net.URI;
* The BaseProviderMetadata class is an abstraction of {@link ProviderMetadata} to be extended
* by those implementing ProviderMetadata.
*
* (Note: This class must be abstract to allow {@link java.util.ServiceLoader} to work properly.
*
* @author Jeremy Whitlock <jwhitlock@apache.org>
*/
public abstract class BaseProviderMetadata implements ProviderMetadata {