1{% macro constant_def(constant) %}
2public static final {{constant.kind|java_type}} {{constant|name}} = {{constant|constant_value}};
3{% endmacro %}
4