> +import com.google.inject.ImplementedBy;
> +
> +/**
> + * Describes a snapshot of a {@link Volume}
> + *
> + * @author Andrew Bayer
> + */
> +@ImplementedBy(SnapshotImpl.class)
> +public interface Snapshot {
> +
> +   /**
> +    * Unique identifier.
> +    *
> +    */
> +   @Nullable
> +   String getId();

re: nullable -yeah, I was overly cautious there. Fixing!

re: interface/impl - I was just going with how all the other things in 
compute.domain seem to be - I'm fine either way.

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

Reply via email to