Sign in
mojo
/
mojo-tools
/
34edc09e4e09bfded3fc2b5266f8d59105948521
/
.
/
mojo
/
public
/
tools
/
bindings
/
generators
/
java_templates
/
constant_definition.tmpl
blob: db193e29a32ec47574efce04549e75bebd3fed4c [
file
]
{%
macro constant_def
(
constant
)
%}
public
static
final
{{
constant
.
kind
|
java_type
}}
{{
constant
|
name
}}
=
{{
constant
|
constant_value
}};
{%
endmacro
%}