Sign in
mojo
/
mojo-tools
/
74b0cac9bdd351dc67c6fc99a7a8b64e85de2f5d
/
.
/
mojo
/
public
/
tools
/
bindings
/
generators
/
java_templates
/
union.java.tmpl
blob: b8cd4aa2e0e0ef523ee8dccbd4cb8243d9fafca2 [
file
]
{%
from
"data_types_definition.tmpl"
import
union_def
%}
{%
include
"header.java.tmpl"
%}
{{
union_def
(
union
)
}}