powerauth-server icon indicating copy to clipboard operation
powerauth-server copied to clipboard

Services annotated with Component annotation

Open petrdvorak opened this issue 4 years ago • 0 comments

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.

petrdvorak avatar Dec 19 '20 16:12 petrdvorak