Barcode.BarcodeFormat

  • Barcode.BarcodeFormat is an annotation interface that defines barcode format constants.

  • It supports a wide variety of barcode formats, including common types like QR codes, UPCs, EANs, and more specialized formats such as PDF417 and Aztec.

  • The FORMAT_ALL_FORMATS and FORMAT_UNKNOWN constants provide general options for handling all supported formats or unknown barcode types.

  • This interface inherits methods from java.lang.annotation.Annotation, allowing it to be used for reflection and code analysis purposes.

public static abstract @interface Barcode.BarcodeFormat implements Annotation

Inherited Method Summary