package sahoo.hello.api; import org.jvnet.hk2.annotations.Contract; @Contract public interface Foo { void doit(); }