com.netflix.discovery.converters.wrappers.CodecWrapper Maven / Gradle / Ivy
package com.netflix.discovery.converters.wrappers;
/**
* Interface for more useable reference
*
* @author David Liu
*/
public interface CodecWrapper extends EncoderWrapper, DecoderWrapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy