Add @javax.annotation.Generated to generated flatbuffer Java types (#4986)

* Add @javax.annotation.Generated to generated flatbuffer Java types.

* Updating test goldens.
This commit is contained in:
Rikard Lundmark
2018-10-08 23:29:22 +01:00
committed by Wouter van Oortmerssen
parent 99fe1dc80f
commit 233976c821
20 changed files with 26 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ import java.util.*;
import com.google.flatbuffers.*;
@SuppressWarnings("unused")
@javax.annotation.Generated(value="flatc")
public final class StructInNestedNS extends Struct {
public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; }
public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }