001    /**
002     * Test interface 1.
003     * 
004     * @author Kristian Torp, torp (at) cs (dot) aau (dot) dk
005     * @version 1.0
006     */
007    public interface Interface1 {
008            String a();
009    
010            String b();
011    }