// Copyright 2015 The Vanadium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
package java | |
// The data passed into every template must include a FileDoc field, which | |
// contains the comment for each generated file; e.g. the boilerplate copyright | |
// header. | |
const header = `{{.FileDoc}} | |
// This file was auto-generated by the vanadium vdl tool. | |
` |