![JAR search and dependency download from the Maven repository](/logo.png)
mmb.beans.Titled Maven / Gradle / Ivy
/**
*
*/
package mmb.beans;
import mmb.NN;
/**
* @author oskar
*
*/
@FunctionalInterface
public interface Titled {
/**
* @return the GUI title
*/
public @NN String title();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy