![JAR search and dependency download from the Maven repository](/logo.png)
enterprises.orbital.evexmlapi.chr.ICharacterTitle Maven / Gradle / Ivy
package enterprises.orbital.evexmlapi.chr;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
@JsonSerialize(as = ICharacterTitle.class)
public interface ICharacterTitle {
public long getTitleID();
public String getTitleName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy