fun.fengwk.convention4j.example.i18n.Strings Maven / Gradle / Ivy
package fun.fengwk.convention4j.example.i18n;
import fun.fengwk.convention4j.common.i18n.Name;
/**
* @author fengwk
*/
public interface Strings {
String greeting(@Name("name") String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy