com.github.ejahns.model.interfaces.hastoken.HasName Maven / Gradle / Ivy
The newest version!
package com.github.ejahns.model.interfaces.hastoken;
public interface HasName {
String getName();
void setName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy