0
我正在努力理解spring框架。我使用Java EE進行工作。我可以在界面上使用彈簧註釋嗎?
當我編寫接口和實現時,我可以在接口上使用註釋嗎?
@Repository // Can I do this?
interface MyRepository {
}
@Repository // Can I omit this?
class MyRepositoryImpl implements MyRepository {
}
@Service
怎麼樣?它是一樣的嗎?
http://stackoverflow.com/questions/146391/annotations-on-interfaces。這是一個很值得你要求 – ArunM
@ArunM [一個答案(HTTP同樣的問題: //stackoverflow.com/a/146422/330457)是我想知道的。不是我想的問題。 –
[把@Transactional放在哪裏](http://stackoverflow.com/questions/5551541/where-to-put-transactional-in-interface-specification-or-implementation)。我第二@Bozho的答案 –