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

Java.oneof_interface.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{>additionalOneOfTypeAnnotations}}{{>generatedAnnotation}}{{>typeInfoAnnotation}}{{>xmlAnnotation}}
public interface {{classname}} {{#vendorExtensions.x-implements}}{{#-first}}extends {{{.}}}{{/-first}}{{^-first}}, {{{.}}}{{/-first}}{{/vendorExtensions.x-implements}} {
    {{#discriminator}}
    public {{propertyType}} {{propertyGetter}}();
    {{/discriminator}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy