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

brooklyn.entity.trait.HasShortName Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.entity.trait;

public interface HasShortName {

    /** gets a short name, for human-friendly identification e.g. inside the name of a VM */
    String getShortName();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy