blob: b467514364e1e09cb2503c5f660d956d1eb22de3 [file] [log] [blame]
package org.eclipse.swtbot.swt.finder;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface UIThread {
}