blob: cdd85e8c89cf0eebad9f922a61f1d86ef6efcef5 [file] [log] [blame]
package org.eclipse.jst.j2ee.ejb.annotation.internal.model;
import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel;
public interface ISessionBeanDataModelProperties extends IEnterpriseBeanClassDataModelProperties, IAnnotationsDataModel {
public static final String STATELESS = "SessionBeanDataModel.STATELESS"; //$NON-NLS-1$
public final static String EJB_INTERFACES = "SessionBeanDataModel.EJB_INTERFACES"; //$NON-NLS-1$
}