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