TrackingNumberEntity.ParcelTrackingCarrier

  • TrackingNumberEntity.ParcelTrackingCarrier is an annotation used to indicate supported parcel carriers.

  • It includes a list of detectable carriers, such as FedEx.

  • Inherited methods from java.lang.annotation.Annotation provide functionality for reflection and annotation processing.

public static abstract @interface TrackingNumberEntity.ParcelTrackingCarrier implements Annotation

The list of supported carriers that could be detected (e.g. TrackingNumberEntity.CARRIER_FEDEX).

Inherited Method Summary