Barcode.Email.FormatType

  • Barcode.Email.FormatType is an abstract interface that defines constants for email format types.

  • Supported format types include TYPE_UNKNOWN, TYPE_WORK, and TYPE_HOME.

  • This interface inherits methods such as annotationType(), equals(), hashCode(), and toString() from the java.lang.annotation.Annotation interface.

public static abstract @interface Barcode.Email.FormatType implements Annotation

Email format type constants.

Supported format types include:

  1. Barcode.Email.TYPE_UNKNOWN
  2. Barcode.Email.TYPE_WORK
  3. Barcode.Email.TYPE_HOME

Inherited Method Summary