> +import org.jclouds.logging.Logger;
> +import org.jclouds.rest.ApiContext;
> +
> +import javax.annotation.Resource;
> +import javax.inject.Inject;
> +import javax.inject.Named;
> +import java.net.URI;
> +import java.util.List;
> +import java.util.Map;
> +
> +import static com.google.common.collect.Iterables.getOnlyElement;
> +
> +/**
> + * @author Andrea Turli
> + */
> +public class ContainerToNodeMetadata implements Function<Container, 
> NodeMetadata> {

Can this function be singleton?

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

Reply via email to