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

com.jdiai.interfaces.HasName Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.jdiai.interfaces;

public interface HasName {
    String getName();
     T setName(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy