blob: 73540d843f18879bb03d24401d9e396fe666d246 [file] [log] [blame]
import org.checkerframework.checker.guieffect.qual.UIType;
@UIType
public interface IAsyncUITask {
public void doStuff();
}