>  
> -   /**
> -    * Optional. Specifies the name of a reserved IP address that is to be 
> assigned to the deployment. You must run
> -    * Create Reserved IP Address before you can assign the address to the 
> deployment using this element.
> -    *
> -    * The ReservedIPName element is only available using version 2014-05-01 
> or higher.
> -    *
> -    * @return reserved IP.
> -    */
> -   @SinceApiVersion("2014-05-01")
> -   @Nullable
> -   public abstract String reservedIPName();
> -
> -   public abstract List<String> subnetNames();
> +   @Nullable public abstract String reservedIpName();

Why not keeping the `@SinceApiVersion` annotation?

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

Reply via email to