aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testdata/binaryParents/TestD/SimpleIntf1.java
blob: fc881458e6703ac9c0a94ebb26cf0bf6e5fe032c (plain)
1
2
3
4
public interface SimpleIntf1 {
  public String getString();
  public Integer getInteger();
}