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

one.xingyi.profile.IProfileBuilder Maven / Gradle / Ivy

package one.xingyi.profile;

public interface IProfileBuilder extends IProfile {
    IProfileBuilder withPrefix(String prefix);

    IProfileBuilder main(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy