com.github.lontime.extredisson.rpc.common.BytesSingleBytesReplyOutput Maven / Gradle / Ivy
package com.github.lontime.extredisson.rpc.common;
import lombok.Getter;
import lombok.Setter;
/**
* BytesSingleBytesReplyOutput.
* @author lontime
* @since 1.0
*/
@Getter
@Setter
public class BytesSingleBytesReplyOutput extends SingleReplyOutput {
}