All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.ejb.EnterpriseBean Maven / Gradle / Ivy

The newest version!
package javax.ejb;

/**
 * The EnterpriseBean interface must be implemented by every enterprise Bean class.
 * It is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
 */
public interface EnterpriseBean extends java.io.Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy