@ManagementContextConfiguration(value=SAME, proxyBeanMethods=false) @EnableConfigurationProperties(value=JerseyProperties.class) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(value=org.glassfish.jersey.server.ResourceConfig.class) @ConditionalOnMissingClass(value="org.springframework.web.servlet.DispatcherServlet") public class JerseySameManagementContextConfiguration extends Object
@ManagementContextConfiguration
for Jersey
infrastructure when the management context is the same as the main application context.