public abstract class AbstractImpl implements OuterInterface {
  public abstract InnerInterface create();
 }
