blob: c5da70ea070d230ee0c8c2bb78aac5fdea31964c [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.wizards;
/**
* @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();
}