-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add @javax.annotation.Generated to generated flatbuffer Java types #4986
Conversation
Thanks! Can you run |
Done. Attached updated goldens. |
Thanks! |
As discussed on another thread, we'll need a way to use this without injection of these annotations as they add a dependency upon jsr250 on Android which some folks - like our project - do not want. @riklund any chance you could make this conditional ? |
#4986 missed part of the implementation. Change-Id: Ie41771eb018a550c289c77ebe9ef5c50d1ad6751
@stewartmiles @riklund |
…oogle#4986) * Add @javax.annotation.Generated to generated flatbuffer Java types. * Updating test goldens.
google#4986 missed part of the implementation. Change-Id: Ie41771eb018a550c289c77ebe9ef5c50d1ad6751
…oogle#4986) * Add @javax.annotation.Generated to generated flatbuffer Java types. * Updating test goldens.
google#4986 missed part of the implementation. Change-Id: Ie41771eb018a550c289c77ebe9ef5c50d1ad6751
This is needed to allow tooling to correctly infer that these types are generated.