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

org.rx.net.transport.protocol.Ack Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package org.rx.net.transport.protocol;

import lombok.RequiredArgsConstructor;

import java.io.Serializable;

@RequiredArgsConstructor
public class Ack implements Serializable {
    private static final long serialVersionUID = -54864986566165671L;
    public final int id;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy