示例:
@Stateless public class ExampleBean { public void getAnotherBean() { ... java.lang.Thread.sleep(100); // 错误:Bean 类中使用了非法软件包 } }