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")
/**
* an example documentation comment: monster object
*/