mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
// generated by {{generator}}, do not edit
|
|
/**
|
|
* This module provides the public class `{{name}}`.
|
|
*/
|
|
|
|
private import {{name}}Impl
|
|
{{#imports}}
|
|
import {{.}}
|
|
{{/imports}}
|
|
|
|
{{>ql_stub_class_qldoc}}
|
|
final class {{name}} = Impl::{{name}}; |