com.slimgears.apt.data.HasName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apt-utils Show documentation
Show all versions of apt-utils Show documentation
General purpose utils / module: apt-utils
package com.slimgears.apt.data;
public interface HasName {
String name();
interface Builder> {
B name(String name);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy