com.nkasenides.athlos.proto.Modelable 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;
/**
* A helper interface, providing support to convert objects from PB to POJO types.
* @param The type of POJO .
*/
public interface Modelable {
/**
* Converts the PB object to a POJO.
* @return Returns a POJO.
*/
T toObject();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy