@Configuration(proxyBeanMethods=false) @EnableTransactionManagement(proxyTargetClass=false) @ConditionalOnProperty(prefix="spring.aop", name="proxy-target-class", havingValue="false") public static class TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration extends Object