All are specializations of @Component
for specific layers:
@Service
public class UserService { }
@Repository
public class UserRepository { }
@Controller
public class UserController { }
Functionally similar, but provide better semantic meaning and potential for additional features.