View Javadoc

1   // Decompiled by DJ v3.10.10.93 Copyright 2007 Atanas Neshkov  Date: 8/25/2008 2:56:23 PM
2   // Home Page: http://members.fortunecity.com/neshkov/dj.html  http://www.neshkov.com/dj.html - Check often for new version!
3   // Decompiler options: packimports(3) 
4   // Source File Name:   InstanceFactory.java
5   
6   package net.sf.beanrunner.factory;
7   
8   import java.util.Iterator;
9   
10  public interface InstanceFactory
11  {
12  
13      public abstract Iterator iterator()
14          throws Exception;
15  }