mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 20:48:59 +00:00
* [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521) * [Java] ObjectAPI implementation (#6521)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
package optional_scalars;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public final class OptionalByte {
|
||||
private OptionalByte() { }
|
||||
public static final byte None = 0;
|
||||
|
||||
Reference in New Issue
Block a user