blob: db193e29a32ec47574efce04549e75bebd3fed4c [file] [log] [blame]
{% macro constant_def(constant) %}
public static final {{constant.kind|java_type}} {{constant|name}} = {{constant|constant_value}};
{% endmacro %}