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

fun.fengwk.convention4j.example.i18n.Strings Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
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