Barcode.BarcodeFormat

  • Barcode.BarcodeFormat is an abstract annotation that implements the Annotation interface.

  • It serves as an enumeration of supported barcode formats.

  • The content lists several specific barcode formats, such as QR_CODE, CODE_128, and UPC_A.

  • The Barcode.BarcodeFormat inherits methods like annotationType(), equals(), hashCode(), and toString() from the Annotation interface.

public static abstract @interface Barcode.BarcodeFormat implements Annotation

Inherited Method Summary