> +import org.jclouds.profitbricks.features.UserNotificationApi;
> +import org.jclouds.rest.annotations.Delegate;
> +
> +/**
> + * Provides access to ProfitBricks's Cloud Compute specific features.
> + * <p/>
> + * As for the current moment ProfitBricks has only SOAP based API and REST 
> is coming soon. So, by the default all PB
> + * communications are delegated to SOAP endpoints.
> + *
> + * @see <a 
> href="https://www.profitbricks.com/sites/default/files/profitbricks_api_1_3.pdf";>Documentation</a>
> + * @see <a href="https://api.profitbricks.com/1.3/wsdl";>WSDL</a>
> + */
> +public interface ProfitBricksApi extends Closeable {
> +
> +   @Delegate
> +   ServerApi serversApi();

Prefer `getXXXApi()`for all API accessors.

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

Reply via email to