api-generator-templates/Java/blocks/class/fields-super-initialization...

5 lines
144 B
Twig

{%- if fields is not empty -%}
{%- for field in fields -%}
{{ field.name }} {%- if not (loop.last) %}, {% endif %}
{%- endfor -%}
{%- endif -%}