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

net.winterly.rxjersey.example.RxJerseyConfiguration Maven / Gradle / Ivy

package net.winterly.rxjersey.example;

import io.dropwizard.Configuration;
import io.dropwizard.client.JerseyClientConfiguration;

import javax.validation.Valid;
import javax.validation.constraints.NotNull;

public class RxJerseyConfiguration extends Configuration {

    @Valid
    @NotNull
    public JerseyClientConfiguration client = new JerseyClientConfiguration();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy