File tree Expand file tree Collapse file tree
src/main/java/io/appium/java_client/pagefactory Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ tasks.withType(JacocoReport) {
105105jacocoTestReport. dependsOn test
106106
107107checkstyle {
108- toolVersion = ' 8.17 '
108+ toolVersion = ' 8.22 '
109109 configFile = file(" $projectDir /google-style.xml" )
110110 showViolations = true
111111 ignoreFailures = false
Original file line number Diff line number Diff line change 1515@ Retention (value = RUNTIME )
1616public @interface AndroidFindByAllSet {
1717 /**
18+ * An array which builds a sequence of the chained searching for elements or a set of possible locators.
19+ *
1820 * @return an array of {@link AndroidFindAll} which builds a sequence of
19- * the chained searching for elements or a set of possible locators
21+ * the chained searching for elements or a set of possible locators
2022 */
2123 AndroidFindAll [] value ();
2224}
Original file line number Diff line number Diff line change 1515@ Retention (value = RUNTIME )
1616public @interface AndroidFindByChainSet {
1717 /**
18+ * An array of which builds a sequence of the chained searching for elements or a set of possible locators.
19+ *
1820 * @return an array of {@link io.appium.java_client.pagefactory.AndroidFindBys} which builds a sequence of
19- * the chained searching for elements or a set of possible locators
21+ * the chained searching for elements or a set of possible locators
2022 */
2123 AndroidFindBys [] value ();
2224}
Original file line number Diff line number Diff line change 3131@ Retention (value = RUNTIME )
3232public @interface AndroidFindBySet {
3333 /**
34+ * An array of which builds a sequence of the chained searching for elements or a set of possible locators.
35+ *
3436 * @return an array of {@link io.appium.java_client.pagefactory.AndroidFindBy} which builds a sequence of
35- * the chained searching for elements or a set of possible locators
37+ * the chained searching for elements or a set of possible locators
3638 */
3739 AndroidFindBy [] value ();
3840}
Original file line number Diff line number Diff line change 1515@ Retention (value = RUNTIME )
1616public @interface WindowsFindByAllSet {
1717 /**
18+ * An array of which builds a sequence of the chained searching for elements or a set of possible locators.
19+ *
1820 * @return an array of {@link WindowsFindAll} which builds a sequence of
19- * the chained searching for elements or a set of possible locators
21+ * the chained searching for elements or a set of possible locators
2022 */
2123 WindowsFindAll [] value ();
2224}
Original file line number Diff line number Diff line change 1515@ Retention (value = RUNTIME )
1616public @interface WindowsFindByChainSet {
1717 /**
18+ * An array of which builds a sequence of the chained searching for elements or a set of possible locators.
19+ *
1820 * @return an array of {@link WindowsFindBys} which builds a sequence of
19- * the chained searching for elements or a set of possible locators
21+ * the chained searching for elements or a set of possible locators
2022 */
2123 WindowsFindBys [] value ();
2224}
Original file line number Diff line number Diff line change 3131@ Retention (value = RUNTIME )
3232public @interface WindowsFindBySet {
3333 /**
34+ * An array ofwhich builds a sequence of the chained searching for elements or a set of possible locators.
35+ *
3436 * @return an array of {@link WindowsFindBy} which builds a sequence of
35- * the chained searching for elements or a set of possible locators
37+ * the chained searching for elements or a set of possible locators
3638 */
3739 WindowsFindBy [] value ();
3840}
Original file line number Diff line number Diff line change 1515@ Retention (value = RUNTIME )
1616public @interface iOSXCUITFindByAllSet {
1717 /**
18+ * An array of which builds a sequence of the chained searching for elements or a set of possible locators.
19+ *
1820 * @return an array of {@link io.appium.java_client.pagefactory.iOSXCUITFindAll} which builds a sequence of
19- * the chained searching for elements or a set of possible locators
21+ * the chained searching for elements or a set of possible locators
2022 */
2123 iOSXCUITFindAll [] value ();
2224}
Original file line number Diff line number Diff line change 1515@ Retention (value = RUNTIME )
1616public @interface iOSXCUITFindByChainSet {
1717 /**
18+ * An array of which builds a sequence of the chained searching for elements or a set of possible locators.
19+ *
1820 * @return an array of {@link io.appium.java_client.pagefactory.iOSXCUITFindBys} which builds a sequence of
19- * the chained searching for elements or a set of possible locators
21+ * the chained searching for elements or a set of possible locators
2022 */
2123 iOSXCUITFindBys [] value ();
2224}
Original file line number Diff line number Diff line change 2626@ Retention (RUNTIME ) @ Target ({FIELD , TYPE })
2727public @interface iOSXCUITFindBySet {
2828 /**
29+ * An array of which builds a sequence of the chained searching for elements or a set of possible locators.
30+ *
2931 * @return an array of {@link iOSXCUITFindBy} which builds a sequence of
30- * the chained searching for elements or a set of possible locators
32+ * the chained searching for elements or a set of possible locators
3133 */
3234 iOSXCUITFindBy [] value ();
3335}
You can’t perform that action at this time.
0 commit comments