blob: 87369bdc2a1b786a185a3be98cefa31a256e1368 [file] [log] [blame]
import org.checkerframework.checker.guieffect.qual.SafeEffect;
public interface IFooSafe {
@SafeEffect
public void foo();
}