Update ResultMetadataType.java (#1376)

This commit is contained in:
dehnhard 2021-04-06 17:19:57 +02:00 committed by GitHub
parent cad70351ef
commit 99e9b34f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ public enum ResultMetadataType {
/**
* Barcode Symbology Identifier.
* Note: According to the GS1 specification the identifer may have to replace a leading FNC1/GS character when prepending to the barcode content.
*/
SYMBOLOGY_IDENTIFIER,
}