"Try harder" mode now tries 2D formats first. BlackPointEstimator more conservative...
[zxing.git] / core / src / com / google / zxing / DecodeHintType.java
index 20c30c0..4d48a4a 100644 (file)
@@ -56,6 +56,7 @@ public final class DecodeHintType {
    * Skip the first n barcodes found. Currently applies only to 1D formats. This
    * enables a caller to repeatedly decode and find multiple barcodes. Maps
    * to an {@link Integer}.
+   * @deprecated
    */
   public static final DecodeHintType SKIP_N_BARCODES = new DecodeHintType();