< prev index next >

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

Print this page

        

@@ -32,11 +32,10 @@
 /**
  * Putting this on a public static method allows to generate constructors which
  * do not take parent as a parameter, taking whatever is coming from this method
  * instead. An annotated method should take one parameter - class of the controls
  * to by looked for and should return parent for that type.
- * @see Parent
  * @author shura
  */
 @Target(ElementType.METHOD)
 @Documented
 public @interface DefaultWrapper {
< prev index next >