Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / mojo / public / tools / bindings / generators / java_templates / constant_definition.tmpl
1 {% macro constant_def(constant) %}
2 public static final {{constant.kind|java_type}} {{constant|name}} = {{constant|constant_value}};
3 {% endmacro %}