More javadoc
[zxing.git] / core / src / com / google / zxing / qrcode / detector / FinderPatternInfo.java
index 8f5bc88..10281cd 100644 (file)
@@ -17,6 +17,9 @@
 package com.google.zxing.qrcode.detector;
 
 /**
+ * <p>Encapsulates information about finder patterns in an image, including the location of
+ * the three finder patterns, and their estimated module size.</p>
+ * 
  * @author srowen@google.com (Sean Owen)
  */
 final class FinderPatternInfo {