flatbuffers
flatbuffers copied to clipboard
Fix java import wild card
According to issue #7666 , we emit wildcard imports for java, which are generally a bad idea and can trigger linters. We should be explicit in what we include and need.
@dbaileychess could you help me with review this p.r. ?
Thanks!