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

dict.jeddict.6.2.0.source-code.package-info.ftl Maven / Gradle / Ivy

Go to download

Jeddict is an open source Jakarta EE application development platform that accelerates developers productivity and simplifies development tasks of creating complex entity relationship models.

There is a newer version: 6.3.1
Show newest version
<#-- JAXB -->
<#if classDef.isJaxbMetadataExist()>
@XmlSchema(namespace = "${classDef.getNamespace()}", elementFormDefault = XmlNsForm.QUALIFIED)

<#-- JSONB -->
<#foreach snippet in classDef.getJSONBSnippets()![]>
    ${snippet.getSnippet()}

<#-- Package Name definition -->
<#if classDef.getPackageName()?has_content>
package ${classDef.getPackageName()};

<#foreach importStatement in classDef.getImportSnippets()![]>
${importStatement}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy