예:
@Stateless public class ExampleBean { public void getAnotherBean() { ... java.lang.Thread.sleep(100); // 오류: bean 클래스에서 사용할 수 없는 패키지가 사용되었습니다 } }