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

xapi.ui.autoui.api.HasName Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package xapi.ui.autoui.api;

public interface HasName {

  String getName();
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy