< prev index next >

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

Print this page

        

*** 40,48 **** */ @Target(ElementType.METHOD) @Documented public @interface DefaultParent { /** ! * Description of a parent represented by the annotated method. */ String value(); } --- 40,48 ---- */ @Target(ElementType.METHOD) @Documented public @interface DefaultParent { /** ! * @return description of a parent represented by the annotated method. */ String value(); }
< prev index next >