< prev index next >

core/JemmyCore/src/org/jemmy/control/ControlType.java

Print this page

        

*** 33,43 **** */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented public @interface ControlType { ! /** ! * ! * @return ! */ Class[] value(); } --- 33,40 ---- */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented public @interface ControlType { ! Class[] value(); }
< prev index next >