blob: 868f6576f104b7b24198b601c76594e07851c6c1 [file] [log] [blame]
// Copyright (c) 2011 The Chromium 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 org.jetbrains.protocolReader;
/**
* Information about a field type that is used in Java code generation.
*/
interface FieldTypeInfo {
void appendValueTypeNameJava(FileScope scope, TextOutput out);
}