Home | History | Annotate | Download | only in src
      1 public interface BlahFeature {
      2     public void doStuff();
      3 }
      4