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

templates.interface.mustache Maven / Gradle / Ivy

{{>licenseInfo}}

package {{packageName}};

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy