Uzyskaj kontekst aplikacji Spring

public class SpringBean {
  @Autowired
  private ApplicationContext appContext;
}
Witty Wolverine