例:
@Stateless public class ExampleBean { public void getAnotherBean() { ... java.lang.Thread.sleep(100); // エラー: Bean クラスで不正なパッケージが使用されています } }