报告以下 EJB 规范违规:

示例:


public class SessionEJB {
  public SessionEJB() {}

  static Object data; // 错误:不允许可变 static 字段
}