1Mediumgeneralโฑ 45sWhat is the difference between @Component, @Service, and @Repository in Spring?๐โผAThey are functionally different in every way with no overlapBThey are all specializations of @Component (so all are auto-detected as beans), but @Service and @Repository add semantic meaning, and @Repository additionally enables exception translation for persistence-layer exceptionsC@Repository is only for controllersD@Service disables dependency injection