concrete.templates.jaxrs.services.doc.gitbook.v1.pojo.md Maven / Gradle / Ivy
<#escape x as x?html>
# ${tool.getPojoName(type)}
**package**: ${tool.getPojoPackage(type)}
| property | label | type | description |
| -------- | ---- | ---- | ----------- |
<#list properties?sort_by("name") as p>| ${p.name} | ${p.label} | ${tool.formatTypeStr(p.type)} | <#if p.property.readonly>[Readonly]#if><#if p.deprecated>[Deprecated.]#if>${tool.tableSafe(p.description)} |
#list>
#escape>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy