powerauth-server
powerauth-server copied to clipboard
Services annotated with Component annotation
I think that we should clean up the services a bit:
- Services should be annotated by
@Service
annotation instead of a more generic@Component
. - We should probably consider renaming "Behaviors" to "Services". The purpose of these classes is to be autowired and provide service to other classes, i.e. endpoints and controllers.