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