--- old/core/JemmyCore/src/org/jemmy/control/FieldProperties.java 2018-05-20 10:11:45.015630300 +0200 +++ new/core/JemmyCore/src/org/jemmy/control/FieldProperties.java 2018-05-20 10:11:44.955628469 +0200 @@ -44,16 +44,16 @@ @Documented public @interface FieldProperties { /** - * List of field names. + * @return list of field names. */ String[] value(); /** - * List of field types. In case this list is shorter, all the unmatched ones + * @return list of field types. In case this list is shorter, all the unmatched ones * from value are considered to be of type Object. */ Class[] types() default {}; /** - * Are the properties worth a waiter. + * @return are the properties worth a waiter. */ boolean[] waitable() default {}; }