Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / mojo / public / tools / bindings / generators / java_templates / struct.java.tmpl
1 {% from "struct_definition.tmpl" import struct_def %}
2 {% include "header.java.tmpl" %}
3
4 {{ struct_def(struct) }}