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

Micronaut.model.mustache Maven / Gradle / Ivy

The newest version!
package {{package}};

{{#description}}/**
 * {{description}}
 **/
{{/description}}{{>generated}}{{#models}}{{#model}}{{#isEnum}}{{>modelEnum}}{{/isEnum}}{{^isEnum}}{{#hasChildren}}{{>modelInterface}}{{/hasChildren}}{{^hasChildren}}{{#record}}{{>modelRecord}}{{/record}}{{^record}}{{>modelPojo}}{{/record}}{{/hasChildren}}{{/isEnum}}
{{/model}}
{{/models}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy