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