> +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();hard to believe everything is nullable.. can you take a pass at this? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/109/files#r6467361
