javax.ejb.EnterpriseBean Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy