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

templates.interface.mustache Maven / Gradle / Ivy

There is a newer version: 0.11.6
Show newest version
{{>licenseInfo}}

package {{packageName}};

{{#hasImports}}
{{#imports}}
import {{.}};
{{/imports}}

{{/hasImports}}
{{#renderSchema}}
@Schema(anyOf = { {{implementations}} })
{{/renderSchema}}
public interface {{classname}} {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy