ServletConfigurationWithAnnotationAndOrder Class — spring-boot Architecture
Architecture documentation for the ServletConfigurationWithAnnotationAndOrder class in ServletContextInitializerBeansTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/test/java/org/springframework/boot/web/servlet/ServletContextInitializerBeansTests.java lines 287–298
@Configuration(proxyBeanMethods = false)
static class ServletConfigurationWithAnnotationAndOrder {
static final int ORDER = 9;
@Bean
@ServletRegistration(name = "test", order = ORDER)
TestServlet testServlet() {
return new TestServlet();
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free