blob: 9fda96d34686c37a34268c2a7a541840610b58c1 [file] [log] [blame]
/*
* Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
* for details. All rights reserved. Use of this source code is governed by a
* BSD-style license that can be found in the LICENSE file.
*
* This file has been automatically generated. Please do not edit it manually.
* To regenerate the file, use the script "pkg/analysis_server/tool/spec/generate_files".
*/
package org.dartlang.analysis.server.protocol;
/**
* An enumeration of the kinds of files.
*
* @coverage dart.server.generated.types
*/
public class FileKind {
public static final String LIBRARY = "LIBRARY";
public static final String PART = "PART";
}