com.slimgears.apt.data.InfoBuilder 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 InfoBuilder {
T build();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy