Sign in
◑
Theme
mojo
/
mojo-tools
/
0b9b0784bdad01f7f5af62a933cfcf409e1a3116
/
.
/
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
)
}}