> +import org.jclouds.compute.extensions.options.CreateSnapshotOptions;
> +import org.jclouds.compute.extensions.options.DetachVolumeOptions;
> +import org.jclouds.compute.extensions.options.VolumeOptions;
> +
> +/**
> + * An extension to compute services to provide an abstraction for listing,
> + * creating, attaching, detaching and destroying volumes/disks.
> + *
> + * @author Andrew Bayer
> + */
> +public interface VolumeExtension {
> +
> +   /**
> +    * List volumes.
> +    *
> +    * @return The set of @{link Volume}s we have access to.

in fact, remove javadoc like this unless it says something notable..

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

Reply via email to