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

com.slimgears.apt.data.HasName Maven / Gradle / Ivy

There is a newer version: 0.7.58
Show newest version
package com.slimgears.apt.data;

public interface HasName {
    String name();

    interface Builder> {
        B name(String name);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy