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

org.zalando.riptide.RestConfigurer Maven / Gradle / Ivy

package org.zalando.riptide;

@FunctionalInterface
public interface RestConfigurer {

    void configure(final RestBuilder builder);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy