报告以下实体 EJB 相关条目的不正确定义:

示例:


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