com.nkasenides.athlos.proto.Transmittable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of athlos-core Show documentation
Show all versions of athlos-core Show documentation
An MMOG development framework.
The newest version!
package com.nkasenides.athlos.proto;
import com.google.protobuf.GeneratedMessageV3;
/**
* A helper interface, providing support to convert objects from POJO to concrete PB types.
* @param The type of PB object.
*/
public interface Transmittable> {
/**
* Converts the object to a concrete PB object.
* @return Returns a PB object.
*/
T toProto();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy