< prev index next >

core/JemmyCore/src/org/jemmy/dock/Shortcut.java

Print this page

        

*** 37,45 **** @Target(ElementType.METHOD) @Documented @Retention(RetentionPolicy.CLASS) public @interface Shortcut { /** ! * If name is not specified, then shortcut's name will same as name of interface method */ String name() default ""; } --- 37,45 ---- @Target(ElementType.METHOD) @Documented @Retention(RetentionPolicy.CLASS) public @interface Shortcut { /** ! * @return if name is not specified, then shortcut's name will same as name of interface method */ String name() default ""; }
< prev index next >