blob: 287ae35a136752d411a6025265fe2ed9757a697a [file] [log] [blame]
/*
* Created on Feb 6, 2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.eclipse.jst.j2ee.ejb.annotation.ui.internal;
/**
* @author naci
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public interface IBeanWizardPage {
public String getEjbName();
}