All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.flatbuffers.reflection.AdvancedFeatures Maven / Gradle / Ivy

There is a newer version: 24.3.25
Show newest version
// automatically generated by the FlatBuffers compiler, do not modify

package com.google.flatbuffers.reflection;

/**
 * New schema language features that are not supported by old code generators.
 */
@SuppressWarnings("unused")
public final class AdvancedFeatures {
  private AdvancedFeatures() { }
  public static final long AdvancedArrayFeatures = 1L;
  public static final long AdvancedUnionFeatures = 2L;
  public static final long OptionalScalars = 4L;
  public static final long DefaultVectorsAndStrings = 8L;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy