示例:
@Stateless public class ExampleBean { @Interceptors(ExampleBean.class) // 错误:类同时定义为 EJB 和侦听器 public void getAnotherBean() { ... } }