报告以下实体 EJB 相关项的错误定义:

示例:


public final class SessionEJB implements javax.ejb.SessionBean {
  private SessionEJB() {} // 错误:类应该定义 public 无参数构造函数
}