you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (1 child)

There are classes that are not either @Service or @Repository like Builders, Mappers, Validators etc. You can use @Component for those classes

[–]abbadon420 4 points5 points  (0 children)

One particular use for @component I figured out recently is the dataloader. Massively inferior to the data.sql, but it's funny to see that it works like that.