Example usage for org.springframework.web.context.support AbstractRefreshableWebApplicationContext subclass-usage

List of usage examples for org.springframework.web.context.support AbstractRefreshableWebApplicationContext subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.context.support AbstractRefreshableWebApplicationContext subclass-usage.

Usage

From source file org.elasticsoftware.elasticactors.spring.AnnotationConfigWebApplicationContext.java

/**
 * {@link org.springframework.web.context.WebApplicationContext WebApplicationContext}
 * implementation which accepts annotated classes as input - in particular
 * {@link org.springframework.context.annotation.Configuration @Configuration}-annotated
 * classes, but also plain {@link org.springframework.stereotype.Component @Component}
 * classes and JSR-330 compliant classes using {@code javax.inject} annotations. Allows