I think the problem is mixing different @Singleton annotations, there are javax.inject.Singleton and jakarta.inject.Singleton, judging from the error you are trying to use jakarta, change to javax.
@Singleton
javax.inject.Singleton
jakarta.inject.Singleton
jakarta
javax