> + */
> +package org.jclouds.googlecomputeengine.compute.functions;
> +
> +import com.google.common.base.Predicate;
> +import org.jclouds.compute.functions.GroupNamingConvention;
> +
> +import javax.inject.Inject;
> +
> +/**
> + * The convention for naming instance tags that firewall rules recognise.
> + * 
> + * @author richardcloudsoft
> + */
> +public class FirewallTagNamingConvention {
> +
> +   public static class Factory {

jclouds seems to use a Builder pattern preferentially?

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

Reply via email to