@Retention(value=RUNTIME)
@Target(value={METHOD,ANNOTATION_TYPE})
@Inherited
public @interface EventDragMove
this.customDragMove = function(toMove) { return toMove.cloneNode(true); };
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
JavaScript function definition or name.
|