> + * > + * @author Serj Sintsov > + * @see <a href="http://www.profitbricks.com/apidoc/APIDocumentation.html" /> > + * @see <a href="https://api.profitbricks.com/1.2" /> > + * @see <a href="https://api.profitbricks.com/1.2/wsdl" /> > + */ > +public interface PBApi extends Closeable { > + > + @Delegate > + Optional<? extends DataCenterApi> dataCenterApi(); > + > + @Delegate > + Optional<? extends ServerApi> serversApi(); > + > + @Delegate > + Optional<? extends FirewallApi> firewallApi();
Why are all delegating apis optional? Could we remove the Optional here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/44/files#r8087726