如下代码:
@Service MyServiceImpl{ @Transactional doSomething(){ } }
这个 MyServiceImpl 没有实现某个 Service 接口,Spring 会创建代理类吗? @Transactional 会起作用吗?