Removed C# references from java generator. Move annotations closer to definitions (#6204)

This commit is contained in:
Derek Bailey
2020-10-25 21:42:29 -07:00
committed by GitHub
parent 42d7c79977
commit 914c646014
3 changed files with 16 additions and 21 deletions

View File

@@ -7,10 +7,10 @@ import java.lang.*;
import java.util.*;
import com.google.flatbuffers.*;
@SuppressWarnings("unused")
/**
* an example documentation comment: "monster object"
*/
@SuppressWarnings("unused")
public final class Monster extends Table {
public static void ValidateVersion() { Constants.FLATBUFFERS_1_12_0(); }
public static Monster getRootAsMonster(ByteBuffer _bb) { return getRootAsMonster(_bb, new Monster()); }