Hi Guys,

I have a simple question about annotations @Component and @Service.

What is the difference between them, and what exactly @Service mean ? how I understand they both register a Component as Bean in Spring Context ..

and also can anybody provide me with example of creating/using/registering nice "Services" with @Service

Thank you