1public interface BlahFeature {
2    public void doStuff();
3}
4