PhoneFactory.java
1 package biz.xsoftware.examples.fullapi; 2 3 /** 4 */ 5 public interface PhoneFactory 6 { 7 public Phone createPhone(); 8 }