コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Sling Doubt

Avatar

Level 3

We mark the servlet with @Component and @Service what is the difference between the two annotations?

Thanks in advance!

1 受け入れられたソリューション

Avatar

正解者
Level 6

@Component annotation declares your java class as a component but @Service annotation declares which service interface will be refereed by component

More details : http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html

元の投稿で解決策を見る

1 返信

Avatar

正解者
Level 6

@Component annotation declares your java class as a component but @Service annotation declares which service interface will be refereed by component

More details : http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html