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

me.wener.jraphql.lang.HasName Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
package me.wener.jraphql.lang;

/**
 * @author wener
 * @since 16/03/2018
 */
public interface HasName {

  T setName(String s);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy