All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cerner.beadledom.client.BeadledomClientBuilderFactory Maven / Gradle / Ivy

The newest version!
package com.cerner.beadledom.client;

/**
 * Factory to create the BeadledomClientBuilder.
 *
 *

The implementations of this factory should only be used when a specific * {@link BeadledomClientBuilder} implementation is required. If the consumer doesn't care about the * implementation then the consumer should use {@link BeadledomClientBuilder#newBuilder()} * * @author Sundeep Paruvu * @since 2.0 * @deprecated As of 3.6, use Retrofit (https://github.com/square/retrofit) instead. */ @Deprecated public interface BeadledomClientBuilderFactory { /** * Creates a new instance of {@link BeadledomClientBuilder}. */ BeadledomClientBuilder create(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy