--- old/core/JemmyCore/src/org/jemmy/control/MethodProperties.java 2018-05-20 10:11:45.446643453 +0200 +++ new/core/JemmyCore/src/org/jemmy/control/MethodProperties.java 2018-05-20 10:11:45.387641652 +0200 @@ -45,16 +45,16 @@ @Documented public @interface MethodProperties { /** - * List of method names + * @return list of method 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 {}; }