Sign in
mojo
/
mojo-tools
/
6f37494c4bbcdc32e0a869bf0f08c6f1e12fdabc
/
.
/
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
%}